MarkB
generic
Sections
NuprlLIB
Doc
Def
zip(as;bs) == Case of as; nil
nil ; a.as'
Case of bs; nil
nil ; b.bs'
[ < a,b > / zip(as';bs')] (recursive)
is mentioned
In prior sections:
mb
list
1
MarkB
generic
Sections
NuprlLIB
Doc