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'}
IdLnkDef IdLnk == IdId
Thm* IdLnk  Type
w-EDef E == {p:(Id)| isnull(a(1of(p);2of(p))) }
w-queueDef queue(l;t) == nth_tl(||rcvs(l;t)||;snds(l;t))
w-rcvsDef rcvs(l;t) == filter(a.isrcv(l;a);map(t1.a(destination(l);t1);upto(t)))
w-isrcvlDef isrcv(l;a) == isnull(a)isrcv(kind(a))lnk(kind(a)) = l
w-sndsDef snds(l;t) == concat(map(t1.m(l;t1);upto(t)))
w-onlnkDef onlnk(l;mss) == filter(ms.mlnk(ms) = l;mss)
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
hdDef hd(l) == Case of l; nil  "?" ; h.t  h
Thm* A:Type, l:A List. ||l|| hd(l A
isrcvDef isrcv(k) == isl(k)
Thm* k:Knd. isrcv(k 
ldstDef destination(l) == 1of(2of(l))
Thm* l:IdLnk. destination(l Id
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
nth_tlDef nth_tl(n;as) == if n0 as else nth_tl(n-1;tl(as)) fi  (recursive)
Thm* A:Type, as:A List, i:. nth_tl(i;as A List
topDef Top == Void given Void
Thm* Top  Type
w-ekindDef kind(e) == kind(act(e))
w-aDef a(i;t) == 1of(2of(2of(2of(2of(w)))))(i,t)
w-isnullDef isnull(a) == isl(a)
w-locDef loc(e) == 1of(e)
w-mDef m(i;t) == 1of(2of(2of(2of(2of(2of(w))))))(i,t)
w-sDef s(i;t).x == 1of(2of(2of(2of(w))))(i,t,x)
w-timeDef time(e) == 2of(e)
w-vartypeDef vartype(i;x) == w.T(i,x)

About:
productproductlistnillist_indbool
ifthenelseassertvoidintnatural_numberaddsubtractless_thanatomtoken
setisectlambdaapplyfunctionrecursive_def_notice
universeequalmembertoppropimpliesfalsetrueall!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions mb event system 3 Sections EventSystems Doc