1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-14 17:32:00 +03:00
juvix/app/Commands/Dev/Geb
Łukasz Czajka bf6603eb33
Update to GEB version 0.3.2 (#2244)
GEB 0.3.2 introduces the following changes.
* The STLC frontend no longer requires full type information in terms.
The syntax of the terms changed.
* An error node has been introduced which allows to compile Juvix `fail`
nodes.

The following features required for compilation from Juvix are still
missing in GEB.
* Modular arithmetic types ([GEB issue
#61](https://github.com/anoma/geb/issues/61)).
* Functor/algebra iteration to implement bounded inductive types ([GEB
issue #62](https://github.com/anoma/geb/issues/62)).
2023-07-11 11:02:48 +02:00
..
Eval Add Geb Backend Evaluator with some extra subcommands (#1808) 2023-02-22 15:27:40 +01:00
Infer Add Geb Backend Evaluator with some extra subcommands (#1808) 2023-02-22 15:27:40 +01:00
Read Add Geb Backend Evaluator with some extra subcommands (#1808) 2023-02-22 15:27:40 +01:00
Repl Add Semigroup instance for AnsiText (#2140) 2023-05-31 08:53:08 +01:00
Check.hs Update to GEB version 0.3.2 (#2244) 2023-07-11 11:02:48 +02:00
Eval.hs Support more paths (#2000) 2023-04-19 15:56:48 +01:00
Infer.hs Support more paths (#2000) 2023-04-19 15:56:48 +01:00
Options.hs Add Geb Backend Evaluator with some extra subcommands (#1808) 2023-02-22 15:27:40 +01:00
Read.hs Support more paths (#2000) 2023-04-19 15:56:48 +01:00
Repl.hs Make format command's filepath optional (#2028) 2023-04-27 17:33:08 +02:00