quox/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
..
Tests add local bindings to context 2023-12-07 01:43:39 +01:00
AstExtra.idr add local bindings to context 2023-12-07 01:43:39 +01:00
PrettyExtra.idr rewrite pretty printer 2023-05-15 17:13:14 +02:00
Tests.idr a few basic fv tests to make sure it's not reversed or whatever 2023-09-16 13:34:11 +02:00
TypingImpls.idr use ST from base 2023-09-19 13:05:01 +02:00
quox-tests.ipkg a few basic fv tests to make sure it's not reversed or whatever 2023-09-16 13:34:11 +02:00