mirror of
https://github.com/idris-lang/Idris2.git
synced 2025-01-02 16:48:30 +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
|