Idris2/tests/idris2/literate007/expected

9 lines
305 B
Plaintext
Raw Normal View History

1/1: Building IEdit (IEdit.lidr)
Main> > zipHere [] ys = []
> zipHere (x :: xs) (y :: ys) = (x, y) :: zipHere xs ys
Main> Bye for now!
1/1: Building IEditOrg (IEditOrg.org)
Main> #+IDRIS: zipHere [] ys = []
#+IDRIS: zipHere (x :: xs) (y :: ys) = (x, y) :: zipHere xs ys
Main> Bye for now!