Definitions mb event system 7 Sections EventSystems Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
ma-compatDef A ||+ B == A || B & ma-frame-compatible(AB) & ma-sframe-compatible(AB)
ringDef ring(R;in;out)
Def == (i:|R|. 
Def == ((R(source(in(i)))) & (R(destination(out(i))))
Def == (& source(out(i)) = i
Def == (& & destination(in(i)) = i
Def == (& in(destination(out(i))) = out(i IdLnk
Def == (& out(source(in(i))) = in(i IdLnk)
Def == & (i,j:|R|. k:x.destination(out(x))^k(i) = j  Id)
Def == & |R|
Thm* R:(Id), in,out:(|R|IdLnk). ring(R;in;out Prop
ring-leader1Def ring-leader1(loc;R;uid;out;in)
Def == if R(loc)
Def == if [(send-once(loc;;;"send-me";x.x;"vote";out(loc);"me")); 
Def == if [(trigger1(loc;;;x,yx=y;loc;rcv
Def == if [((in(loc)); "vote");"leader";"me")); 
Def == if [(Dconstant(loc;;uid(loc);"me";loc)); 
Def == if [ma-single-sends1(;
Def == if [ma-single-sends1(;
Def == if [ma-single-sends1(;
Def == if [ma-single-sends1("me";
Def == if [ma-single-sends1(rcv((in(loc)); "vote");
Def == if [ma-single-sends1((out(loc));
Def == if [ma-single-sends1("vote";
Def == if [ma-single-sends1((a,b. if a<b [b] else nil fi)); 
Def == if [only [rcv((in(loc)); "vote"); 
Def == if [only [locl("send-me")] sends on (out(loc) with "vote")]
Def == else nil fi
IdLnkDef IdLnk == IdId
Thm* IdLnk  Type
rsetDef |R| == {i:Id| (R(i)) }
Thm* R:(Id). |R Type
IdDef Id == Atom
Thm* Id  Type
injectDef Inj(ABf) == a1,a2:Af(a1) = f(a2 B  a1 = a2
Thm* A,B:Type, f:(AB). Inj(ABf Prop
natDef  == {i:| 0i }
Thm*   Type
pairwiseDef (x,yL.P(x;y)) == i:||L||, j:iP(L[j];L[i])
Thm* T:Type{i}, L:T List, P:(TTProp{i'}). (x,yL.P(x,y))  Prop{i'}

About:
productlistconsnilboolifthenelseintnatural_numberatom
tokensetlambdaapplyfunctionuniverseequal
memberpropimpliesandallexists!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions mb event system 7 Sections EventSystems Doc