Idris2/tests/idris2/interactive/interactive008/expected
2023-09-07 14:57:22 +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!