mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-25 20:51:43 +03:00
7 lines
105 B
Plaintext
7 lines
105 B
Plaintext
:set eval scheme
|
|
\x, y => plus x y
|
|
\x : Nat, y => y + x
|
|
\x => plus (S (S x)) x
|
|
\x => plus x (S (S x))
|
|
:q
|