Definitions hol bool Sections HOLlib Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
bandDef pq == if p q else false fi
Thm* p,q:. (pq 
bchooseDef @x:'ap(x) == @x:'ap(x)
Thm* 'a:S, p:('a). (@x:'ap(x))  'a
bequalDef x = y == (x = y  T)
Thm* T:Type, x,y:T. (x = y 
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
bimpliesDef pq == p  q
Thm* p,q:pq  
stypeDef S == {T:Type| x:T. True }
Thm* S  Type{2}

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

Definitions hol bool Sections HOLlib Doc