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.
IdLnkDef IdLnk == IdId
Thm* IdLnk  Type
eq_lnkDef a = b == eqof(IdLnkDeq)(a,b)
Thm* a,b:IdLnk. 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:
productboolifthenelseassertapplyuniversememberprop
impliesandfalsetrueall!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions mb event system 2 Sections EventSystems Doc