Definitions mb event system 7 Sections EventSystems Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
ma-stateDef State(ds) == x:Idds(x)?Top
IdDef Id == Atom
Thm* Id  Type
id-deqDef IdDeq == product-deq(Atom;;AtomDeq;NatDeq)
assertDef b == if b True else False fi
Thm* b:b  Prop
fpfDef a:A fp-> B(a) == d:A Lista:{a:A| (a  d) }B(a)
Thm* A:Type, B:(AType). a:A fp-> B(a Type
fpf-capDef f(x)?z == if x  dom(f) f(x) else z fi
fpf-domDef x  dom(f) == deq-member(eq;x;1of(f))
fpf-singleDef x : v == <[x],x.v>

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

Definitions mb event system 7 Sections EventSystems Doc