1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-18 20:31:51 +03:00
juvix/examples/milestone
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
..
Collatz Add HelloWorld example and minor other fixes README 2022-08-08 12:13:27 +02:00
Fibonacci Add HelloWorld example and minor other fixes README 2022-08-08 12:13:27 +02:00
Hanoi Add Towers of Hanoi and Pascal triangle examples (#1446) 2022-08-10 12:02:14 +01:00
HelloWorld Add HelloWorld example and minor other fixes README 2022-08-08 12:13:27 +02:00
PascalsTriangle Add Towers of Hanoi and Pascal triangle examples (#1446) 2022-08-10 12:02:14 +01:00
TicTacToe Fixes TicTacToe Web example (#1454) 2022-08-15 14:11:30 +02:00
ValidityPredicates Give a proper type to literal natural numbers (#1453) 2022-08-12 17:31:15 +02:00