mb event system 3 Sections EventSystems Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Def A & B == AB

is mentioned by

Thm* es:ES, l:IdLnk, tg:Id, e:E.
Thm* kind(e) = rcv(ltg)
Thm* 
Thm* isrcv(e) & lnk(e) = l & tag(e) = tg & loc(sender(e)) = source(l)
[es-kind-rcv]
Thm* es:ES, i,x:Id, T:Type, I:(TProp).
Thm* (vartype(i;xT) & e@i.first(e I((x when e))
Thm* 
Thm* e@i.I((x when e))  I((x after e))  @i always.I(x)
[es-invariant1]
Def f  g == x:Ax  dom(f x  dom(g) & f(x) = g(x B(x)[fpf-sub]
Def e <c e' == e e,e'e <loc e'  isrcv(kind(e')) & e = sender(e' E^+ e'[w-causl]
Def FairFifo
Def == (i:Id, t:l:IdLnk. source(l) = i  onlnk(l;m(i;t)) = nil  Msg List)
Def == & (i:Id, t:.
Def == & (isnull(a(i;t))
Def == & (
Def == & ((x:Id. s(i;t+1).x = s(i;t).x  vartype(i;x))
Def == & (& m(i;t) = nil  Msg List)
Def == & (i:Id, t:l:IdLnk.
Def == & (isrcv(l;a(i;t))
Def == & (
Def == & (destination(l) = i
Def == & (& ||queue(l;t)||1 & hd(queue(l;t)) = msg(a(i;t))  Msg)
Def == & (l:IdLnk, t:.
Def == & (t':
Def == & (tt' & isrcv(l;a(destination(l);t'))  queue(l;t') = nil  Msg List)
[fair-fifo]

In prior sections: mb basic mb nat mb list 1 mb list 2 mb event system 1 mb event system 2

Try larger context: EventSystems IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

mb event system 3 Sections EventSystems Doc