Definitions NuprlPrimitives Sections NuprlLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
sfa_doc_ntupleDef A^n == if n=0 Unit ; n=1 A else A(A^(n-1)) fi  (recursive)
Thm* A:Type, n:. (A^n Type
eq_intDef i=j == if i=j true ; false fi
Thm* i,j:. (i=j 
geDef ij == ji
Thm* i,j:. (ij Prop
natDef  == {i:| 0i }
Thm*   Type

About:
productboolbfalsebtrueifthenelseunitintnatural_numbersubtractint_eq
setrecursive_def_noticeuniversememberpropall!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions NuprlPrimitives Sections NuprlLIB Doc