Idris2-boot/tests/idris2/interactive003/expected

11 lines
300 B
Plaintext
Raw Normal View History

1/1: Building IEdit (IEdit.idr)
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)
Main> (x :: []) => ?bar_5
(x :: (y :: zs)) => ?bar_6
Main> Bye for now!