mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 18:21:47 +03:00
6 lines
176 B
Plaintext
6 lines
176 B
Plaintext
|
Main> [scheme] Main> \x, y => plus x y
|
||
|
[scheme] Main> \x, y => plus y x
|
||
|
[scheme] Main> \x => S (S (plus x x))
|
||
|
[scheme] Main> \x => plus x (S (S x))
|
||
|
[scheme] Main> Bye for now!
|