mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-14 13:56:13 +03:00
11 lines
314 B
Plaintext
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!
|