SUPPORTjlc Sections NuprlLIB Doc

Def reduce(f;k;as) == Case of as; nil k ; a.as' f(a,reduce(f;k;as')) (recursive)

is mentioned

In prior sections: list 1


SUPPORTjlc Sections NuprlLIB Doc