mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-18 10:21:39 +03:00
5 lines
139 B
Plaintext
5 lines
139 B
Plaintext
:set showtypes
|
|
zipWith plus (Cons Z (Cons (S Z) Nil)) (Cons (S Z) (Cons (S Z) Nil))
|
|
zipWith plus (Cons Z Nil) (Cons (S Z) (Cons Z Nil))
|
|
:q
|