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.
d-feasibleDef d-feasible(D)
Def == (i:Id. Feasible(M(i)))
Def == & (l:IdLnk, tg:Id.
Def == & (M(source(l)).dout(l,tgr M(destination(l)).din(l,tg))
Def == & (i:Id. 
Def == & (finite-type({l:IdLnk
Def == & (finite-type({| destination(l) = i & M(source(l)) sends on link l }))
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
ma-join-listDef (L) == reduce(A,BA  B;;L)
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
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
l_memberDef (x  l) == i:i<||l|| & x = l[i T
Thm* T:Type, x:Tl:T List. (x  l Prop
lengthDef ||as|| == Case of as; nil  0 ; a.as'  ||as'||+1  (recursive)
Thm* A:Type, l:A List. ||l||  
Thm* ||nil||  
natDef  == {i:| 0i }
Thm*   Type

About:
productlistconsnillist_indbool
ifthenelseintnatural_numberaddless_thanatomtoken
setlambdaapplyfunctionrecursive_def_noticeuniverse
equalmembersubtype_relpropimpliesandallexists
!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions mb event system 7 Sections EventSystems Doc