Idris2/tests/idris2/literate001/expected

9 lines
278 B
Plaintext

1/1: Building IEdit (IEdit.lidr)
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!