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.
hselectDef select == p:'a. @x:'a. (p(x))
Thm* 'a:S. select  (('a  hbool)  'a)
bchooseDef @x:'ap(x) == @x:'ap(x)
Thm* 'a:S, p:('a). (@x:'ap(x))  'a
assertDef b == if b True else False fi
Thm* b:b  Prop
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))
hequalDef equal == x:'ay:'ax = y
Thm* 'a:S. equal  ('a  'a  hbool)
hfunDef 'a  'b == 'a'b
Thm* 'a,'b:S. ('a  'b S
hlistDef hlist('a) == 'a List
Thm* 'a:S. hlist('a S
hnilDef nil == nil
Thm* 'a:S. nil  hlist('a)
hnumDef hnum == 
Thm* hnum  S
hpairDef pair == x:'ay:'b. <x,y>
Thm* 'a,'b:S. pair  ('a  'b  hprod('a'b))
htDef t == true
Thm* t  hbool
labelDef t  ...$L == t
stypeDef S == {T:Type| x:T. True }
Thm* S  Type{2}
tlambdaDef (x:Tb(x))(x) == b(x)

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

Definitions hol list 1 Sections HOLlib Doc