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
assertDef b == if b True else False fi
Thm* b:b  Prop
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
ldstDef destination(l) == 1of(2of(l))
Thm* l:IdLnk. destination(l Id
lnk-invDef lnk-inv(l) == <1of(2of(l)),1of(l),2of(2of(l))>
lsrcDef source(l) == 1of(l)
Thm* l:IdLnk. source(l Id

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

Definitions mb event system 7 Sections EventSystems Doc