Idris2/tests/idris2/literate016/expected

9 lines
265 B
Plaintext

1/1: Building IEdit (IEdit.org)
Main> append {n = 0} [] ys = ?foo_0
append {n = (S k)} (x :: xs) ys = ?foo_1
Main> vadd [] [] = ?bar_0
Main> vadd (x :: xs) (y :: ys) = ?baz_0
Main> suc x x Refl = ?quux_0
Main> suc' {x = x} {y = x} Refl = ?quuz_0
Main> Bye for now!