1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-11 08:25:46 +03:00
juvix/tests/negative/MicroJuvix
janmasrovira 2cf3f85439
Support implicit arguments (#144)
* work in progress towards implicit arguments

* Wip towards implicit types

* improve arity checker

* Add version of SimpleFungibleToken with implicit arguments

* guess arity of body before checking the lhs of a clause

* add ArityUnknown and fix some tests

* wip: proper errors in arity checker

* fix bugs, improve errors and add tests

* format

* set hlint version to 3.4 in the ci

* update pre-commit version to 3.0.0

* minor changes

* added more revisions

* minor

Co-authored-by: Jonathan Cubides <jonathan.cubides@uib.no>
2022-06-13 14:25:22 +02:00
..
ExpectedExplicitArgument.mjuvix Support implicit arguments (#144) 2022-06-13 14:25:22 +02:00
ExpectedExplicitPattern.mjuvix Support implicit arguments (#144) 2022-06-13 14:25:22 +02:00
ExpectedFunctionType.mjuvix Support implicit arguments (#144) 2022-06-13 14:25:22 +02:00
FunctionApplied.mjuvix Support implicit arguments (#144) 2022-06-13 14:25:22 +02:00
FunctionPattern.mjuvix Support implicit arguments (#144) 2022-06-13 14:25:22 +02:00
LhsTooManyPatterns.mjuvix Support implicit arguments (#144) 2022-06-13 14:25:22 +02:00
minijuvix.yaml Fix highlight command for modules with import statements (#102) 2022-05-13 16:17:26 +02:00
MultiWrongType.mjuvix [test] Add test for multiple type errors 2022-04-04 14:59:56 +01:00
PatternConstructor.mjuvix Improve error generation and handling (#108) 2022-05-18 17:10:10 +02:00
TooManyArguments.mjuvix Support implicit arguments (#144) 2022-06-13 14:25:22 +02:00
UnsolvedMeta.mjuvix Support implicit arguments (#144) 2022-06-13 14:25:22 +02:00
WrongConstructorArity.mjuvix Support implicit arguments (#144) 2022-06-13 14:25:22 +02:00
WrongType.mjuvix [typecheck] Add descriptive messages for remainng errors 2022-03-31 09:30:54 +01:00