Definitions hol combin Sections HOLlib Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
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)
hsDef s == f:'a  'b  'cg:'a  'bx:'af(x,g(x))
Thm* 'a,'b,'c:S. s  (('a  'b  'c ('a  'b 'a  'c)
hfunDef 'a  'b == 'a'b
Thm* 'a,'b:S. ('a  'b S
stypeDef S == {T:Type| x:T. True }
Thm* S  Type{2}
tlambdaDef (x:Tb(x))(x) == b(x)

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

Definitions hol combin Sections HOLlib Doc