mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-19 10:51:35 +03:00
5 lines
143 B
Plaintext
5 lines
143 B
Plaintext
|
1/1: Building IEdit (IEdit.lidr)
|
||
|
Main> > zipHere [] ys = []
|
||
|
> zipHere (x :: xs) (y :: ys) = (x, y) :: zipHere xs ys
|
||
|
Main> Bye for now!
|