Definitions NuprlPrimitives Sections NuprlLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
lengthDef ||as|| == Case of as; nil  0 ; a.as'  ||as'||+1  (recursive)
Thm* A:Type, l:A List. ||l||  
Thm* ||nil||  
natDef  == {i:| 0i }
Thm*   Type
sfa_doc_inlistDef a list xs == Case of xs; nil  False ; x.ys  x = a  A  a list ys
Def (recursive)
Thm* A:Type, a:Axs:A List. (a list xs Prop
sfa_doc_sample_intmodDef  mod k == x,y://(m:x-y = mk)
Thm* k: mod k  Type
subtypeDef S  T == x:Sx  T
topDef Top == Void(given Void)
Thm* Top  Type

About:
listnillist_indvoidintnatural_numberadd
subtractmultiplysetisectquotientrecursive_def_noticeuniverse
equalmembersubtypetopproporfalseallexists!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions NuprlPrimitives Sections NuprlLIB Doc