mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2025-01-07 21:59:37 +03:00
1e2fcb8ccd
Also added new interactive test
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!
|