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.
IdLnkDef IdLnk == IdId
Thm* IdLnk  Type
rsetDef |R| == {i:Id| (R(i)) }
Thm* R:(Id). |R Type
IdDef Id == Atom
Thm* Id  Type
eq_idDef a = b == eqof(IdDeq)(a,b)
Thm* a,b:Id. a = b  
assertDef b == if b True else False fi
Thm* b:b  Prop
fun_expDef f^n == primrec(n;x.x;i,gf o g)
Thm* T:Type, n:f:(TT). f^n  TT
rnextDef n(i) == destination(out(i))
Thm* R:(Id), in,out:(|R|IdLnk), i:|R|. ring(R;in;out n(i |R|
ldstDef destination(l) == 1of(2of(l))
Thm* l:IdLnk. destination(l Id
lsrcDef source(l) == 1of(l)
Thm* l:IdLnk. source(l Id
nat_plusDef  == {i:| 0<i }
Thm*   Type

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

Definitions mb event system 7 Sections EventSystems Doc