1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-13 19:49:20 +03:00
juvix/test
Paul Cadman 6a45484e24
Remove Int from stdlib and update SimpleFungibleToken example (#1414)
* Update SimpleFungibleToken to use stdlib

We do not want to put an Int type into the standard library before we
have builtin support for arbitrary precision integers. So we include the
Int type locally in the project for now.

* Update reference to stdlib

* Fix shell-tests for SimpleFungibleToken
2022-07-27 10:24:25 +02:00
..
Arity Refactor of typechecking and other checking processes (#1410) 2022-07-25 17:14:13 +02:00
BackendC Remove Int from stdlib and update SimpleFungibleToken example (#1414) 2022-07-27 10:24:25 +02:00
MonoJuvix Rename MiniJuvix to Juvix (#259) 2022-07-08 13:59:45 +02:00
Reachability Compute name dependency graph and filter unreachable definitions (#1408) 2022-07-25 18:38:44 +02:00
Scope Refactor of typechecking and other checking processes (#1410) 2022-07-25 17:14:13 +02:00
Termination Refactor of typechecking and other checking processes (#1410) 2022-07-25 17:14:13 +02:00
TypeCheck Support type aliases (#1404) 2022-07-25 12:30:18 +02:00
Arity.hs Support implicit arguments (#144) 2022-06-13 14:25:22 +02:00
BackendC.hs Support partial application and closure passing in C backend (#190) 2022-06-28 10:25:43 +02:00
Base.hs Add Fail effect (#1409) (#1411) 2022-07-25 17:51:42 +02:00
Main.hs Compute name dependency graph and filter unreachable definitions (#1408) 2022-07-25 18:38:44 +02:00
MonoJuvix.hs Monomorphization (#70) 2022-05-04 10:50:03 +02:00
Reachability.hs Compute name dependency graph and filter unreachable definitions (#1408) 2022-07-25 18:38:44 +02:00
Scope.hs [ CI ] New jobs: ormolu and hlint 2022-04-05 19:57:21 +02:00
Termination.hs Add the termination checker to the pipeline (#111) 2022-05-30 13:40:52 +02:00
TypeCheck.hs Implement type checker with polymorphism (#62) 2022-04-22 10:06:34 +02:00