Idris2/tests/idris2/literate002/expected

11 lines
314 B
Plaintext

1/1: Building IEdit (IEdit.lidr)
Main> > [] => ?bar_0
> (x :: zs) => ?bar_1
Main> > map f (MkFoo x) = ?baz_0
> map f (MkBar g) = ?baz_1
Main> Bye for now!
1/1: Building IEdit2 (IEdit2.lidr)
Main> > (x :: []) => ?bar_5
> (x :: (y :: zs)) => ?bar_6
Main> Bye for now!