mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-01 09:49:24 +03:00
9 lines
265 B
Plaintext
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!
|