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 }))
send-onceDef send-once(loc;T;A;a;f;tg;l;x)
Def == [(once(loc;a;source(l))); 
Def == [if loc = source(l)
Def == [if ma-single-sends1(A; Unit; Tx; locl(a); ltg; (a,b. [(f(a))]))
Def == [else  fi]
ma-join-listDef (L) == reduce(A,BA  B;;L)
IdLnkDef IdLnk == IdId
Thm* IdLnk  Type
IdDef Id == Atom
Thm* Id  Type
lsrcDef source(l) == 1of(l)
Thm* l:IdLnk. source(l Id
mkidDef x_n == <x,n>
Thm* x:Atom, n:x_n  Id
notDef A == A  False
Thm* A:Prop. (A Prop

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

Definitions mb event system 7 Sections EventSystems Doc