Idris2-boot/tests/idris2/literate007/expected

5 lines
143 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!