mirror of
https://github.com/anoma/juvix.git
synced 2024-12-01 00:04:58 +03:00
39a300eaa2
* 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> |
||
---|---|---|
.. | ||
Positivity | ||
ExpectedExplicitArgument.juvix | ||
ExpectedExplicitPattern.juvix | ||
ExpectedFunctionType.juvix | ||
FunctionApplied.juvix | ||
FunctionPattern.juvix | ||
juvix.yaml | ||
LhsTooManyPatterns.juvix | ||
MultiWrongType.juvix | ||
PatternConstructor.juvix | ||
TooManyArguments.juvix | ||
UnsolvedMeta.juvix | ||
WrongConstructorArity.juvix | ||
WrongReturnType.juvix | ||
WrongReturnTypeParameters.juvix | ||
WrongReturnTypeTooFewArguments.juvix | ||
WrongReturnTypeTooManyArguments.juvix | ||
WrongType.juvix |