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
assertDef b == if b True else False fi
Thm* b:b  Prop
fpf-domDef x  dom(f) == deq-member(eq;x;1of(f))
fpf-singleDef x : v == <[x],x.v>
iffDef P  Q == (P  Q) & (P  Q)
Thm* A,B:Prop. (A  B Prop
topDef Top == Void given Void
Thm* Top  Type

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

Definitions mb event system 4 Sections EventSystems Doc