Idris2-boot/tests/idris2/interactive003/expected

16 lines
399 B
Plaintext
Raw Normal View History

1/1: Building IEdit (IEdit.idr)
Welcome to Idris 2 version 0.0. Enjoy yourself!
Main> [] => ?bar_1
(x :: zs) => ?bar_2
Main> map f (MkFoo x) = ?baz_1
map f (MkBar g) = ?baz_2
Main> Bye for now!
1/1: Building IEdit2 (IEdit2.idr)
Welcome to Idris 2 version 0.0. Enjoy yourself!
Main> (x :: []) => ?bar_5
(x :: (y :: zs)) => ?bar_6
Main> Bye for now!