summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-04-01Make the thinning View uniqueness proof implicit.Chloe Brown
Almost no users of the view use this proof. Hide the details from users.
2023-04-01Prove properties of thinning composition.Chloe Brown
2023-04-01Define well-formed thinnings.Chloe Brown
2023-04-01Make environments do weakening lazily.Chloe Brown
This is in anticipation for defining well-formed thinnings.
2023-04-01Fix record projection annotations.Chloe Brown
2023-04-01Prove reduction is deterministic.Chloe Brown
2023-04-01Prove Whnfs do not reduce.Chloe Brown
2023-04-01Prove reduction subject typing.Chloe Brown
2023-04-01Prove conversion subsumes reduction.Chloe Brown
2023-04-01Prove typing implies a well-formed environment.Chloe Brown
2023-04-01State properties of typing and reduction.Chloe Brown
There correspond to lemmata 2.1--2.5 in Abel et. al.
2023-04-01Define Neutrals and Whnfs.Chloe Brown
2023-04-01Define Reduction.Chloe Brown
2023-04-01Define Declarative typing rules.Chloe Brown
2023-03-31Define Env indexing.Chloe Brown
2023-03-31Define Term substitution.Chloe Brown
2023-03-31Add modules to package manifest.Chloe Brown
2023-03-31Define Term weakening.Chloe Brown
2023-03-31Define Var weakening.Chloe Brown
2023-03-31Define thinning composition.Chloe Brown
2023-03-31Add default names for the View types.Chloe Brown
2023-03-31Define Envs.Chloe Brown
2023-03-31Define Terms.Chloe Brown
2023-03-31Define Vars.Chloe Brown
2023-03-31Make Views on thinnings unique.Chloe Brown
2023-03-31Define Thinnings.Chloe Brown
2023-03-31Define Contexts.Chloe Brown
2023-03-31Define Names.Chloe Brown
2023-03-26Initial commit.Chloe Brown