1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-03 09:41:10 +03:00
juvix/test/Typecheck
Jan Mas Rovira c237f292a7
Add dependent defaults for the new typechecker (#2541)
This pr adds support for default values that depend on previous
arguments. For instance, see
[test071](ca7d0fa06d/tests/Compilation/positive/test071.juvix).
- After #2540 is implemented, we'll be able to remove the old type
checker (including the aritychecker).
2023-11-30 19:17:00 +01:00
..
Negative.hs Add new case for positivity checker: type cannot occur as arg of bound var (#2542) 2023-11-30 15:03:54 +01:00
NegativeNew.hs Add new case for positivity checker: type cannot occur as arg of bound var (#2542) 2023-11-30 15:03:54 +01:00
Positive.hs Negative tests for --new-typechecker (#2532) 2023-11-28 17:24:03 +00:00
PositiveNew.hs Add dependent defaults for the new typechecker (#2541) 2023-11-30 19:17:00 +01:00