Definitions hol num Sections HOLlib Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
natDef  == {i:| 0i }
Thm*   Type
Thm*   S
ncomposeDef ncompose(f;n;x) == if n=0 then x else f(ncompose(f;n-1;x)) fi   (recursive)
Thm* 'a:Type, n:x:'af:('a'a). ncompose(f;n;x 'a

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

Definitions hol num Sections HOLlib Doc