Definitions hol list 1 Sections HOLlib Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
habs_listDef abs_list == r:('a). @a:'a List. (r = rep_list('a;a))
Thm* 'a:S. abs_list  (hprod((hnum  'a); hnum)  hlist('a))
chooseDef @x:TP(x) == InjCase(lem({x:TP(x) }); xx, arb(T))
Thm* T:S, P:(TType). (@x:TP(x))  T
hrep_listDef rep_list == l:'a List. rep_list('a;l)
Thm* 'a:S. rep_list  (hlist('a hprod((hnum  'a); hnum))
natDef  == {i:| 0i }
Thm*   Type
Thm*   S
stypeDef S == {T:Type| x:T. True }
Thm* S  Type{2}

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

Definitions hol list 1 Sections HOLlib Doc