quox/lib/Quox/Whnf
rhiannon morris 03c197bd04 add local bindings to context
- without this, inside the body of `let x = e in …`, the typechecker
  would forget that `x = e`
- now bound variables can reduce, if they have a definition, so RedexTest
  needs to take the context too
2023-12-07 01:43:39 +01:00
..
Coercion.idr add local bindings to context 2023-12-07 01:43:39 +01:00
ComputeElimType.idr add local bindings to context 2023-12-07 01:43:39 +01:00
Interface.idr add local bindings to context 2023-12-07 01:43:39 +01:00
Main.idr add local bindings to context 2023-12-07 01:43:39 +01:00
TypeCase.idr add local bindings to context 2023-12-07 01:43:39 +01:00