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
IdDef Id == Atom
Thm* Id  Type
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
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_thanatomset
lambdafunctionuniversememberpropfalsetrueall
!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions mb event system 7 Sections EventSystems Doc