Definitions mb event system 3 Sections EventSystems Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
fair-fifoDef 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)
w-EDef E == {p:(Id)| isnull(a(1of(p);2of(p))) }
w-matchDef match(l;t;t')
Def == (||snds(l;t)||||rcvs(l;t')||)
Def == (||rcvs(l;t')||<||snds(l;t)||+||onlnk(l;m(source(l);t))||)
w-sndsDef snds(l;t) == concat(map(t1.m(l;t1);upto(t)))
w-onlnkDef onlnk(l;mss) == filter(ms.mlnk(ms) = l;mss)
w-rcvsDef rcvs(l;t) == filter(a.isrcv(l;a);map(t1.a(destination(l);t1);upto(t)))
worldDef World
Def == T:IdIdType
Def == TA:IdIdType
Def == M:IdLnkIdType
Def == (i:Id(x:IdT(i,x)))(i:Idaction(w-action-dec(TA;M;i)))
Def == (i:Id({m:Msg(M)| source(mlnk(m)) = i } List))Top
Thm* World  Type{i'}
assertDef b == if b True else False fi
Thm* b:b  Prop
int_segDef {i..j} == {k:i  k < j }
Thm* m,n:. {m..n Type
isrcvDef isrcv(k) == isl(k)
Thm* k:Knd. isrcv(k 
lengthDef ||as|| == Case of as; nil  0 ; a.as'  ||as'||+1  (recursive)
Thm* A:Type, l:A List. ||l||  
Thm* ||nil||  
w-msgDef msg(a) == msg(lnk(kind(a));tag(kind(a));val(a))
lnkDef lnk(k) == 1of(outl(k))
Thm* k:Knd. isrcv(k lnk(k IdLnk
lsrcDef source(l) == 1of(l)
Thm* l:IdLnk. source(l Id
w-MsgDef Msg == Msg(w.M)
natDef  == {i:| 0i }
Thm*   Type
selectDef l[i] == hd(nth_tl(i;l))
Thm* A:Type, l:A List, n:. 0n  n<||l||  l[n A
w-ekindDef kind(e) == kind(act(e))
w-aDef a(i;t) == 1of(2of(2of(2of(2of(w)))))(i,t)
w-locDef loc(e) == 1of(e)
w-mDef m(i;t) == 1of(2of(2of(2of(2of(2of(w))))))(i,t)
w-timeDef time(e) == 2of(e)

About:
productproductlistnillist_ind
boolifthenelseassertintnatural_numberaddless_thansetlambda
applyfunctionrecursive_def_noticeuniverseequalmembertopprop
impliesandorfalsetrueallexists!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions mb event system 3 Sections EventSystems Doc