mirror of
https://github.com/anoma/juvix.git
synced 2024-12-14 17:32:00 +03:00
be5e2b9f2a
builtin boolean inductive MyBool { myTrue : Bool; myFalse : Bool; }; The first constructor is mapped to primitive true and the second constructor is mapped to primitive false. This also adds compilation of builtin boolean in the legacy backend as this was trivial to implement. |
||
---|---|---|
.. | ||
Negative.hs | ||
Positive.hs |