Definitions mb event system 4 Sections EventSystems Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
deqDef EqDecider(T) == eq:TTx,y:Tx = y  (eq(x,y))
Thm* T:Type. EqDecider(T Type
fpf-allDef xdom(f). v=f(x  P(x;v) == x:Ax  dom(f P(x;f(x))
assertDef b == if b True else False fi
Thm* b:b  Prop
borDef p  q == if p true else q fi
Thm* p,q:. (p  q 
eqofDef eqof(d) == 1of(d)
Thm* T:Type, d:EqDecider(T). eqof(d TT
fpf-singleDef x : v == <[x],x.v>
iffDef P  Q == (P  Q) & (P  Q)
Thm* A,B:Prop. (A  B Prop

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

Definitions mb event system 4 Sections EventSystems Doc