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.
w-MsgDef Msg == Msg(w.M)
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'}
MsgDef Msg(M) == l:IdLnkt:IdM(l,t)
Thm* M:(IdLnkIdType). Msg(M Type
IdLnkDef IdLnk == IdId
Thm* IdLnk  Type
w-causlDef e <c e' == e e,e'e <loc e'  isrcv(kind(e')) & e = sender(e' E^+ e'
w-indexDef index(e)
Def == ||rcvs(lnk(kind(e));time(e))||-||snds(lnk(kind(e));time(sender(e)))||
w-queueDef queue(l;t) == nth_tl(||rcvs(l;t)||;snds(l;t))
w-senderDef sender(e) == <source(lnk(kind(e))),mu(t.match(lnk(kind(e));t;time(e)))>
w-isrcvlDef isrcv(l;a) == isnull(a)isrcv(kind(a))lnk(kind(a)) = l
w-sendsDef sends(l;e) == onlnk(l;m(loc(e);time(e)))
w-onlnkDef onlnk(l;mss) == filter(ms.mlnk(ms) = l;mss)
eq_lnkDef a = b == eqof(IdLnkDeq)(a,b)
Thm* a,b:IdLnk. a = b  
w-EDef E == {p:(Id)| isnull(a(1of(p);2of(p))) }
IdDef Id == Atom
Thm* Id  Type
assertDef b == if b True else False fi
Thm* b:b  Prop
geDef ij == ji
Thm* i,j:. (ij Prop
selectDef l[i] == hd(nth_tl(i;l))
Thm* A:Type, l:A List, n:. 0n  n<||l||  l[n A
hdDef hd(l) == Case of l; nil  "?" ; h.t  h
Thm* A:Type, l:A List. ||l|| hd(l A
iffDef P  Q == (P  Q) & (P  Q)
Thm* A,B:Prop. (A  B Prop
isrcvDef isrcv(k) == isl(k)
Thm* k:Knd. isrcv(k 
ldstDef destination(l) == 1of(2of(l))
Thm* l:IdLnk. destination(l Id
strongwellfoundedDef SWellFounded(R(x;y)) == f:(T). x,y:TR(x;y f(x)<f(y)
Thm* T:Type, R:(TTType). SWellFounded(R(x,y))  Prop
natDef  == {i:| 0i }
Thm*   Type
leDef AB == B<A
Thm* i,j:. (ij Prop
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
notDef A == A  False
Thm* A:Prop. (A Prop
w-MDef w.M == 1of(2of(2of(w)))
w-evalDef val(e) == val(act(e))
w-firstDef first(e)
Def == if time(e)=0 true
Def == i; isnull(a(loc(e);time(e)-1)) first(<loc(e),time(e)-1>)
Def == else false fi
Def (recursive)
w-predDef pred(e)
Def == if isnull(a(loc(e);time(e)-1)) pred(<loc(e),time(e)-1>)
Def == else <loc(e),time(e)-1> fi
Def (recursive)
w-aDef a(i;t) == 1of(2of(2of(2of(2of(w)))))(i,t)
w-afterDef (x after e) == s(1of(e);2of(e)+1).x
w-kindDef kind(a) == 1of(outr(a))
w-mDef m(i;t) == 1of(2of(2of(2of(2of(2of(w))))))(i,t)
w-whenDef (x when e) == s(1of(e);2of(e)).x
w-sDef s(i;t).x == 1of(2of(2of(2of(w))))(i,t,x)
w-vartypeDef vartype(i;x) == w.T(i,x)
pi1Def 1of(t) == t.1
Thm* A:Type, B:(AType), p:(a:AB(a)). 1of(p A
tagofDef tag(k) == 2of(outl(k))
Thm* k:Knd. isrcv(k tag(k Id
pi2Def 2of(t) == t.2
Thm* A:Type, B:(AType), p:(a:AB(a)). 2of(p B(1of(p))
transDef Trans x,y:TE(x;y) == a,b,c:TE(a;b E(b;c E(a;c)
Thm* T:Type, E:(TTProp). (Trans x,y:TE(x,y))  Prop
w-isnullDef isnull(a) == isl(a)

About:
pairspreadspreadproductproductlistnillist_ind
boolbfalsebtrueifthenelseassertintnatural_numberaddsubtractless_thanatomtoken
setlambdaapplyfunctionrecursive_def_noticeuniverseequalmember
toppropimpliesandorfalsetrueallexists!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions mb event system 3 Sections EventSystems Doc