summaryrefslogtreecommitdiff
path: root/src/Core/Declarative.idr
AgeCommit message (Collapse)Author
2023-04-16Prove weakening of type judgements.Chloe Brown
This is a huge commit that has many more changes. I should split this up later.
2023-04-16Define term reduction.Chloe Brown
2023-04-15Prove environments are well-formed.Chloe Brown
2023-04-15Prove typing respects environment quotient.Chloe Brown
2023-04-15Define declarative typing rules.Chloe Brown