1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-16 19:22:26 +03:00
juvix/test
Paul Cadman 6ea7da9990
Fixes TicTacToe Web example (#1454)
Now that integer literals have the builtin int type we need an actual
IOUnit value to use in the IO sequence implementation.

This commit also adds the TicTacToe web example to the test suite. It is
a typecheck / C generation only test because it uses the Wasm browser APIs.
2022-08-15 14:11:30 +02:00
..
Arity Refactor (#1420) 2022-08-03 13:20:40 +02:00
BackendC Fixes TicTacToe Web example (#1454) 2022-08-15 14:11:30 +02:00
MonoJuvix Refactor (#1420) 2022-08-03 13:20:40 +02:00
Reachability Refactor (#1420) 2022-08-03 13:20:40 +02:00
Scope Refactor (#1420) 2022-08-03 13:20:40 +02:00
Termination Refactor (#1420) 2022-08-03 13:20:40 +02:00
TypeCheck Refactor (#1420) 2022-08-03 13:20:40 +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 WASM import all non-compile axioms with alphanum names in entrypoint (#1426) 2022-08-02 18:58:45 +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