Idris2-boot/tests/idris2/interactive003/expected
Edwin Brady 1e2fcb8ccd Fix small error is as patterns
Also added new interactive test
2019-06-24 15:30:36 +01:00

16 lines
399 B
Plaintext

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!