WhoCites Definitions hol bool Sections HOLlib Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites hlet?
hletDef let == f:'a'be:'a. let x = e in f(x)
Thm* 'a,'b:S. let  (('a  'b 'a  'b)
letDef let x = a in b(x) == (x.b(x))(a)
Thm* A,B:Type, a:Ab:(AB). let x = a in b(x B
tlambdaDef (x:Tb(x))(x) == b(x)

Syntax:let has structure: hlet('a'b)

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

WhoCites Definitions hol bool Sections HOLlib Doc