Definitions mb event system 2 Sections EventSystems Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
KndDef Knd == (IdLnkId)+Id
Thm* Knd  Type
eq_kndDef a = b == eqof(KindDeq)(a,b)
Thm* a,b:Knd. a = b  
assertDef b == if b True else False fi
Thm* b:b  Prop
iffDef P  Q == (P  Q) & (P  Q)
Thm* A,B:Prop. (A  B Prop

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

Definitions mb event system 2 Sections EventSystems Doc