Definitions hol sum Sections HOLlib Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
hallDef all == p:'ax:'a. (p(x))
Thm* 'a:S. all  (('a  hbool)  hbool)
assertDef b == if b True else False fi
Thm* b:b  Prop
hequalDef equal == x:'ay:'ax = y
Thm* 'a:S. equal  ('a  'a  hbool)
himpliesDef implies == p:q:pq
Thm* implies  (hbool  hbool  hbool)
hinlDef inl == x:'a. inl(x)
Thm* 'a,'b:S. inl  ('a  hsum('a'b))
hislDef isl == u:'a+'b. isl(u)
Thm* 'a,'b:S. isl  (hsum('a'b hbool)
houtlDef outl == u:'a+'b. InjCase(uxx, arb('a))
Thm* 'a,'b:S. outl  (hsum('a'b 'a)
hsumDef hsum('a'b) == 'a+'b
Thm* 'a,'b:S. hsum('a'b S
islDef isl(x) == InjCase(xy. truez. false)
Thm* A,B:Type, x:A+B. isl(x 
outlDef outl(x) == InjCase(xyyz. "???")
Thm* A,B:Type, x:A+B. isl(x outl(x A
stypeDef S == {T:Type| x:T. True }
Thm* S  Type{2}
tlambdaDef (x:Tb(x))(x) == b(x)

About:
boolbfalsebtrueifthenelseasserttokenunioninl
decidesetapplyfunction
universememberpropimpliesfalsetrueallexists
!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions hol sum Sections HOLlib Doc