Definitions mb event system 6 Sections EventSystems Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
d-realizesDef D 
Def realizes es.P(es)
Def == D':Dsys. 
Def == D  D'  (w:World, p:FairFifo. PossibleWorld(D';w P(ES(w)))
d-subDef D1  D2 == i:Id. M(i M(i)
dsysDef Dsys == IdMsgA
Thm* Dsys  Type{i'}
KndDef Knd == (IdLnkId)+Id
Thm* Knd  Type
es-loclDef (e <loc e') == loc(e) = loc(e' Id & (e < e')
ma-stateDef State(ds) == x:Idds(x)?Top
IdDef Id == Atom
Thm* Id  Type
d-single-preDef @i (with ds: ds action a:T precondition a(v) is P s v)(j)
Def == if eqof(IdDeq)(j,i) (with ds: ds action a:T precondition a(v) is P s v)
Def == else  fi
es-EDef E == 1of(es)
es-afterDef (x after e)
Def == 1of(2of(2of(2of(2of(2of(2of(2of(2of(2of(2of(es)))))))))))(x,e)
es-valtypeDef valtype(e) == if isrcv(e) rcvtype(e) else acttype(e) fi
es-kindDef kind(e) == 1of(2of(2of(2of(2of(2of(2of(2of(es))))))))(e)
es-locDef loc(e) == 1of(2of(2of(2of(2of(2of(2of(es)))))))(e)
es-valDef val(e) == 1of(2of(2of(2of(2of(2of(2of(2of(2of(es)))))))))(e)
es-vartypeDef vartype(i;x) == 1of(2of(2of(es)))(i,x)
es-whenDef (x when e) == 1of(2of(2of(2of(2of(2of(2of(2of(2of(2of(es))))))))))(x,e)
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
m-sys-atDef @iA(j) == if j = i A else  fi
id-deqDef IdDeq == product-deq(Atom;;AtomDeq;NatDeq)
ma-single-preDef (with ds: ds
Def (action a:T
Def (precondition a(v) is
Def (P s v)
Def == mk-ma(ds; locl(a) : T; ; a : P; ; ; ; )
loclDef locl(a) == inr(a)
Thm* a:Id. locl(a Knd
notDef A == A  False
Thm* A:Prop. (A Prop
topDef Top == Void given Void
Thm* Top  Type

About:
productproductlistifthenelsevoidatomunion
inrsetisectapplyfunctionuniverseequal
membertoppropimpliesandfalseall!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions mb event system 6 Sections EventSystems Doc