quox/tests/Tests
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
..
DimEq.idr a few basic fv tests to make sure it's not reversed or whatever 2023-09-16 13:34:11 +02:00
Equal.idr represent ℕ constants directly 2023-11-03 18:05:54 +01:00
FreeVars.idr fix warnings 2023-09-19 18:13:45 +02:00
FromPTerm.idr rename Nat to NAT in AST 2023-11-03 18:05:54 +01:00
Lexer.idr add `let` to frontend syntax 2023-12-04 18:56:45 +01:00
Parser.idr multiple semi-sep binds in a let 2023-12-04 23:27:59 +01:00
PrettyTerm.idr rename Nat to NAT in AST 2023-11-03 18:05:54 +01:00
Reduce.idr add local bindings to context 2023-12-07 01:43:39 +01:00
Typechecker.idr rename Nat to NAT in AST 2023-11-03 18:05:54 +01:00