Definitions hol pair Sections HOLlib Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
hcurryDef curry == f:'a'b'cx:'ay:'bf(<x,y>)
Thm* 'a,'b,'c:S. curry  ((hprod('a'b 'c 'a  'b  'c)
hfunDef 'a  'b == 'a'b
Thm* 'a,'b:S. ('a  'b S
hprodDef hprod('a'b) == 'a'b
Thm* 'a,'b:S. hprod('a'b S
labelDef t  ...$L == t
stypeDef S == {T:Type| x:T. True }
Thm* S  Type{2}

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

Definitions hol pair Sections HOLlib Doc