Idris2/tests/idris2/schemeeval/schemeeval001/input
2023-09-07 14:57:22 +01:00

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