mirror of
https://github.com/anoma/juvix.git
synced 2024-12-13 11:16:48 +03:00
3 lines
61 B
Plaintext
3 lines
61 B
Plaintext
|
|
||
|
\(x : Int) let y := 2 * x in if x = 0 then 1 else x + 7 * y
|