HOLlib Sections NuprlLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Def odd(n) == if n=0 then false else odd(n-1) fi   (recursive)

is mentioned

In prior sections: hol arithmetic 1 hol arithmetic 5

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

HOLlib Sections NuprlLIB Doc