mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-28 02:23:44 +03:00
a972778eab
They don't all pass yet, for minor reasons. Coming shortly... Unfortunately the startup overhead for chez is really noticeable here!
9 lines
265 B
Plaintext
9 lines
265 B
Plaintext
1/1: Building IEdit (IEdit.org)
|
|
Main> append {n = 0} [] ys = ?foo_1
|
|
append {n = (S k)} (x :: xs) ys = ?foo_2
|
|
Main> vadd [] [] = ?bar_1
|
|
Main> vadd (x :: xs) (y :: ys) = ?baz_1
|
|
Main> suc x x Refl = ?quux_1
|
|
Main> suc' {x = y} {y = y} Refl = ?quuz_1
|
|
Main> Bye for now!
|