quox/lib/Quox/Typing
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
..
Context.idr add local bindings to context 2023-12-07 01:43:39 +01:00
EqMode.idr split up Quox.Typing 2023-03-13 21:41:57 +01:00
Error.idr fix typo in error 2023-11-04 17:45:55 +01:00