list 1 Sections StandardLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Def reduce(f;k;as) == Case of as; nil  k ; a.as'  f(a,reduce(f;k;as'))
Def (recursive)

is mentioned by

Def ForHdTl{A,f,kh::t  asg(h;t) == reduce(f;k;mapcons(h,tg(h;t);as))[for_hdtl]
Def For{T,op,idx  asf(x) == reduce(op;id;map(x:Tf(x);as))[for]

Try larger context: StandardLIB IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

list 1 Sections StandardLIB Doc