1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-01 00:04:58 +03:00
juvix/tests/negative/MicroJuvix
janmasrovira 39a300eaa2
Support type aliases (#1404)
* add a simple positive test

* add lambda expressions to microjuvix language

* add basic normalization of type aliases

* fix test name

* normalize only functions on types

* normalize when matching

* fix type of inductive names

* improve detection of normalizing functions

* remove obsolete comment

* match constructor return type

* add test for issue 1333

* fix existing tests

* use lambda case

* add strong normalization

* Add test cases for type aliases and another fix

Co-authored-by: Jonathan Cubides <jonathan.cubides@uib.no>
2022-07-25 12:30:18 +02:00
..
Positivity Support type aliases (#1404) 2022-07-25 12:30:18 +02:00
ExpectedExplicitArgument.juvix Rename MiniJuvix to Juvix (#259) 2022-07-08 13:59:45 +02:00
ExpectedExplicitPattern.juvix Rename MiniJuvix to Juvix (#259) 2022-07-08 13:59:45 +02:00
ExpectedFunctionType.juvix Rename MiniJuvix to Juvix (#259) 2022-07-08 13:59:45 +02:00
FunctionApplied.juvix Rename MiniJuvix to Juvix (#259) 2022-07-08 13:59:45 +02:00
FunctionPattern.juvix Rename MiniJuvix to Juvix (#259) 2022-07-08 13:59:45 +02:00
juvix.yaml Rename MiniJuvix to Juvix (#259) 2022-07-08 13:59:45 +02:00
LhsTooManyPatterns.juvix Rename MiniJuvix to Juvix (#259) 2022-07-08 13:59:45 +02:00
MultiWrongType.juvix Rename MiniJuvix to Juvix (#259) 2022-07-08 13:59:45 +02:00
PatternConstructor.juvix Rename MiniJuvix to Juvix (#259) 2022-07-08 13:59:45 +02:00
TooManyArguments.juvix Rename MiniJuvix to Juvix (#259) 2022-07-08 13:59:45 +02:00
UnsolvedMeta.juvix Rename MiniJuvix to Juvix (#259) 2022-07-08 13:59:45 +02:00
WrongConstructorArity.juvix Rename MiniJuvix to Juvix (#259) 2022-07-08 13:59:45 +02:00
WrongReturnType.juvix Rename MiniJuvix to Juvix (#259) 2022-07-08 13:59:45 +02:00
WrongReturnTypeParameters.juvix Rename MiniJuvix to Juvix (#259) 2022-07-08 13:59:45 +02:00
WrongReturnTypeTooFewArguments.juvix Rename MiniJuvix to Juvix (#259) 2022-07-08 13:59:45 +02:00
WrongReturnTypeTooManyArguments.juvix Rename MiniJuvix to Juvix (#259) 2022-07-08 13:59:45 +02:00
WrongType.juvix Rename MiniJuvix to Juvix (#259) 2022-07-08 13:59:45 +02:00