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.
lpathDef lpath(p)
Def == i:(||p||-1). 
Def == destination(p[i]) = source(p[(i+1)]) & p[(i+1)] = lnk-inv(p[i])  IdLnk
Thm* p:IdLnk List. lpath(p Prop
IdLnkDef IdLnk == IdId
Thm* IdLnk  Type
int_segDef {i..j} == {k:i  k < j }
Thm* m,n:. {m..n Type
l_intervalDef l_interval(l;j;i) == mklist(i-j;x.l[(j+x)])
Thm* T:Type, l:T List, i:||l||, j:(i+1). l_interval(l;j;i T List
lengthDef ||as|| == Case of as; nil  0 ; a.as'  ||as'||+1  (recursive)
Thm* A:Type, l:A List. ||l||  
Thm* ||nil||  
selectDef l[i] == hd(nth_tl(i;l))
Thm* A:Type, l:A List, n:. 0n  n<||l||  l[n A

About:
productlistnillist_indint
natural_numberaddsubtractless_thansetlambdarecursive_def_notice
universeequalmemberpropimpliesandall!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions mb event system 2 Sections EventSystems Doc