WhoCites Definitions hol arithmetic 3 Sections HOLlib Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites hcond?
hcondDef cond == b:p:'aq:'a. if b then p else q fi 
Thm* 'a:S. cond  (hbool  'a  'a  'a)
bifDef bif(bbx.x(bx); by.y(by)) == if b x(*) else y(x.x) fi
Thm* A:Type, b:x:(bA), y:((b)A). bif(bbx.x(bx); by.y(by))  A
tlambdaDef (x:Tb(x))(x) == b(x)
boolDef  == Unit+Unit
Thm*   Type
Thm*   S
ifthenelseDef if b t else f fi == InjCase(b ; tf)
Thm* b:A:Type, p,q:A. if b p else q fi  A

Syntax:cond has structure: hcond('a)

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

WhoCites Definitions hol arithmetic 3 Sections HOLlib Doc