mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-13 17:25:29 +03:00
11 lines
300 B
Plaintext
11 lines
300 B
Plaintext
1/1: Building IEdit (IEdit.idr)
|
|
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.idr)
|
|
Main> (x :: []) => ?bar_5
|
|
(x :: (y :: zs)) => ?bar_6
|
|
Main> Bye for now!
|