quox/lib/Quox/Untyped
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
..
Erase.idr add local bindings to context 2023-12-07 01:43:39 +01:00
Scheme.idr refactor scheme prelude 2023-11-05 15:45:33 +01:00
Syntax.idr add let to the core 2023-12-04 22:47:52 +01:00