Idris2/tests/idris2/interactive008/expected
2020-08-18 19:25:36 +01:00

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!