mirror of
https://github.com/anoma/juvix.git
synced 2024-12-01 00:04:58 +03:00
fe78ff451c
* Closes #2034. * Adds the `vampir` target to the `compile` command. * Adds two tests which are not yet enabled because `vamp-ir` is not available in the CI (these and more tests will be enabled in #2103).
3 lines
76 B
Plaintext
3 lines
76 B
Plaintext
|
|
\(x : Int) \(y : Int) if (if x = y then false else true) then x + y else 0
|