mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-11-24 12:54:28 +03:00
Update tests/idris2/literate012/expected
Co-Authored-By: G. Allais <guillaume.allais@ens-lyon.org>
This commit is contained in:
parent
0e73bf976b
commit
e091ca5701
@ -1,5 +1,5 @@
|
||||
1/1: Building IEdit (IEdit.org)
|
||||
Main> append {n = Z} [] ys = ?foo_1
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user