Idris2-boot/tests/idris2/interactive002/expected
2019-10-31 07:14:46 +01:00

9 lines
265 B
Plaintext

1/1: Building IEdit (IEdit.idr)
Main> append {n = Z} [] 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!