Definitions mb event system 6 Sections EventSystems Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
dsysDef Dsys == IdMsgA
Thm* Dsys  Type{i'}
interface-checkDef interface-check(D;l;tg;T) == T r M(destination(l)).din(l,tg)
ma-dinDef M.din(l,tg) == 1of(2of(M))(rcv(ltg))?Top
ma-doutDef M.dout(l,tg) == 1of(2of(M))(rcv(ltg))?Void
ma-feasibleDef Feasible(M)
Def == xdom(1of(M)). T=1of(M)(x  T
Def == kdom(1of(2of(M))). T=1of(2of(M))(k  Dec(T)
Def == adom(1of(2of(2of(2of(M))))). p=1of(2of(2of(2of(M))))(a 
Def == &s:State(1of(M)). Dec(v:1of(2of(M))(locl(a))?Top. p(s,v))
Def == kxdom(1of(2of(2of(2of(2of(M)))))). 
Def == ef=1of(2of(2of(2of(2of(M)))))(kx  M.frame(1of(kx) affects 2of(kx))
Def == kldom(1of(2of(2of(2of(2of(2of(M))))))). 
Def == & snd=1of(2of(2of(2of(2of(2of(M))))))(kl  tg:Id. 
Def == & (tg  map(p.1of(p);snd))  M.sframe(1of(kl) sends <2of(kl),tg>)
ma-outlinksDef ma-outlinks(M;i) == da-outlinks(1of(2of(M));i)
Kind-deqDef KindDeq == union-deq(IdLnkId;Id;product-deq(IdLnk;Id;IdLnkDeq;IdDeq);IdDeq)
KndDef Knd == (IdLnkId)+Id
Thm* Knd  Type
IdLnkDef IdLnk == IdId
Thm* IdLnk  Type
IdDef Id == Atom
Thm* Id  Type
assertDef b == if b True else False fi
Thm* b:b  Prop
fpfDef a:A fp-> B(a) == d:A Lista:{a:A| (a  d) }B(a)
Thm* A:Type, B:(AType). a:A fp-> B(a Type
l_allDef (xL.P(x)) == x:T. (x  L P(x)
Thm* T:Type, L:T List, P:(TProp). (xL.P(x))  Prop
l_memberDef (x  l) == i:i<||l|| & x = l[i T
Thm* T:Type, x:Tl:T List. (x  l Prop
bnotDef b == if b false else true fi
Thm* b:b  
d-mDef M(i) == D(i)
fpf-apDef f(x) == 2of(f)(x)
fpf-domDef x  dom(f) == deq-member(eq;x;1of(f))
ldstDef destination(l) == 1of(2of(l))
Thm* l:IdLnk. destination(l Id
lsrcDef source(l) == 1of(l)
Thm* l:IdLnk. source(l Id
ma-is-emptyDef ma-is-empty(M)
Def == fpf-is-empty(1of(M))fpf-is-empty(1of(2of(M)))
Def == fpf-is-empty(1of(2of(2of(M))))fpf-is-empty(1of(2of(2of(2of(M)))))
Def == fpf-is-empty(1of(2of(2of(2of(2of(M))))))
Def == fpf-is-empty(1of(2of(2of(2of(2of(2of(M)))))))
Def == fpf-is-empty(1of(2of(2of(2of(2of(2of(2of(M))))))))
Def == fpf-is-empty(1of(2of(2of(2of(2of(2of(2of(2of(M)))))))))
pi1Def 1of(t) == t.1
Thm* A:Type, B:(AType), p:(a:AB(a)). 1of(p A
pi2Def 2of(t) == t.2
Thm* A:Type, B:(AType), p:(a:AB(a)). 2of(p B(1of(p))
rcvDef rcv(ltg) == inl(<l,tg>)
Thm* l:IdLnk, tg:Id. rcv(ltg Knd
topDef Top == Void given Void
Thm* Top  Type

About:
pairspreadspreadproductproductlistboolbfalsebtrue
ifthenelseassertdecidablevoidless_thanatomunioninl
setisectlambdaapplyfunctionuniverseequal
membertopsubtype_relpropimpliesandfalsetrueall
exists!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions mb event system 6 Sections EventSystems Doc