Definitions mb event system 6 Sections EventSystems Search Doc
IF YOU CAN SEE THIS go to http://www.cs.cornell.edu/Info/People/sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
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>)
Kind-deqDef KindDeq == union-deq(IdLnkId;Id;product-deq(IdLnk;Id;IdLnkDeq;IdDeq);IdDeq)
KndDef Knd == (IdLnkId)+Id
Thm* Knd  Type
ma-stateDef State(ds) == x:Idds(x)?Top
IdDef Id == Atom
Thm* Id  Type
id-deqDef IdDeq == product-deq(Atom;;AtomDeq;NatDeq)
assertDef b == if b True else False fi
Thm* b:b  Prop
borDef p  q == if p true else q fi
Thm* p,q:. (p  q 
decidableDef Dec(P) == P  P
Thm* A:Prop. Dec(A Prop
eqofDef eqof(d) == 1of(d)
Thm* T:Type, d:EqDecider(T). eqof(d TT
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
ma-single-pre-init1Def ma-single-pre-init1(x;T;c;a;T';y,v.P(y;v))
Def == (with ds: x : T
Def == (init: x : c
Def == action a:T'
Def == aprecondition a(v) is
Def == as,vP(s(x);v))
loclDef locl(a) == inr(a)
Thm* a:Id. locl(a Knd
topDef Top == Void given Void
Thm* Top  Type

About:
productproductlistboolbtrueifthenelseassertdecidablevoidatomunion
inrsetisectlambdaapplyfunctionuniversemembertop
propimpliesandorfalsetrueallexists!abstraction
IF YOU CAN SEE THIS go to http://www.cs.cornell.edu/Info/People/sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions mb event system 6 Sections EventSystems Search Doc