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
IdDef Id == Atom
Thm* Id  Type
int_segDef {i..j} == {k:i  k < j }
Thm* m,n:. {m..n Type
ldstDef destination(l) == 1of(2of(l))
Thm* l:IdLnk. destination(l Id
lengthDef ||as|| == Case of as; nil  0 ; a.as'  ||as'||+1  (recursive)
Thm* A:Type, l:A List. ||l||  
Thm* ||nil||  
lnk-invDef lnk-inv(l) == <1of(2of(l)),1of(l),2of(2of(l))>
lsrcDef source(l) == 1of(l)
Thm* l:IdLnk. source(l Id
notDef A == A  False
Thm* A:Prop. (A Prop
selectDef l[i] == hd(nth_tl(i;l))
Thm* A:Type, l:A List, n:. 0n  n<||l||  l[n A

About:
pairproductlistnillist_ind
intnatural_numberaddless_thanatomsetrecursive_def_notice
universememberpropimpliesfalseall!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions mb event system 2 Sections EventSystems Doc