DiscrMathExt Sections NuprlLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Def  f{i}(x) == if i=0 x else f(f{i-1}(x)) fi  (recursive)

is mentioned

In prior sections: DiscreteMath

IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

DiscrMathExt Sections NuprlLIB Doc