ituple.spad line 36 [edit on github]
Functions defined on streams with entries in two sets.
map(f, [x0, x1, x2, ...]) returns [f(x0), f(x1), f(x2), ..].
map(f, [x0, x1, x2, ...])
[f(x0), f(x1), f(x2), ..]