summaryrefslogtreecommitdiff
path: root/src/Core/Term.idr
AgeCommit message (Collapse)Author
2023-04-07Prove term weakening respects identities.Chloe Brown
2023-04-06Migrate Env to use Thinned.Chloe Brown
2023-04-06Define Thinned terms.Chloe Brown
This is to unify parts of Environment and Substition.
2023-04-02Prove term weakening is homomorphic.Chloe Brown
2023-04-01Fix record projection annotations.Chloe Brown
2023-03-31Define Term weakening.Chloe Brown
2023-03-31Define Terms.Chloe Brown