mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-19 10:51:35 +03:00
16 lines
399 B
Plaintext
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!
|