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.
MsgDef Msg(M) == l:IdLnkt:IdM(l,t)
Thm* M:(IdLnkIdType). Msg(M Type
actionDef action(dec) == Unit+(k:Knddec(k))
Thm* dec:(KndType). action(dec Type
IdLnkDef IdLnk == IdId
Thm* IdLnk  Type
eq_lnkDef a = b == eqof(IdLnkDeq)(a,b)
Thm* a,b:IdLnk. a = b  
IdDef Id == Atom
Thm* Id  Type
lsrcDef source(l) == 1of(l)
Thm* l:IdLnk. source(l Id
mlnkDef mlnk(m) == 1of(m)
Thm* M:(IdLnkIdType), m:Msg(M). mlnk(m IdLnk
Thm* the_es:ES, m:Msg. mlnk(m IdLnk
w-action-decDef w-action-dec(TA;M;i)(k)
Def == kindcase(k;a.TA(i,a);l,tg.if destination(l) = i M(l,tg) else Void fi)
natDef  == {i:| 0i }
Thm*   Type
topDef Top == Void given Void
Thm* Top  Type

About:
productproductboolifthenelseunitvoidintnatural_numberatomunion
setisectapplyfunctionuniversemembertopall
!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions mb event system 3 Sections EventSystems Doc