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.
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-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))||)
lengthDef ||as|| == Case of as; nil  0 ; a.as'  ||as'||+1  (recursive)
Thm* A:Type, l:A List. ||l||  
Thm* ||nil||  
lsrcDef source(l) == 1of(l)
Thm* l:IdLnk. source(l Id
w-onlnkDef onlnk(l;mss) == filter(ms.mlnk(ms) = l;mss)
natDef  == {i:| 0i }
Thm*   Type
w-mDef m(i;t) == 1of(2of(2of(2of(2of(2of(w))))))(i,t)

About:
productproductlistnillist_ind
intnatural_numberaddsetlambdaapplyfunction
recursive_def_noticeuniverseequalmembertopall
!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions mb event system 3 Sections EventSystems Doc