mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-17 00:10:31 +03:00
6 lines
125 B
Plaintext
6 lines
125 B
Plaintext
1/1: Building IEdit (IEdit.idr)
|
|
Main> \f, g, x => g (f x)
|
|
Main> (\x, zs => x :: zs)
|
|
Main> f : a -> b -> c
|
|
Main> Bye for now!
|