Definitions mb list 1 Sections MarkB generic Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
lengthDef ||as|| == Case of as; nil  0 ; a.as'  ||as'||+1  (recursive)
Thm* A:Type, l:A List. ||l||  
Thm* ||nil||  
natDef  == {i:| 0i }
Thm*   Type
selectDef l[i] == hd(nth_tl(i;l))
Thm* A:Type, l:A List, n:. 0n  n<||l||  l[n A
zipDef zip(as;bs)
Def == Case of as
Def == Canil  nil
Def == Caa.as'  Case of bs; nil  nil ; b.bs'  [<a,b> / zip(as';bs')]
Def (recursive)
Thm* T1,T2:Type, as:T1 List, bs:T2 List. zip(as;bs (T1T2) List

About:
pairproductlistconsnil
list_indintnatural_numberadd
less_thansetrecursive_def_noticeuniversememberimplies
all!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions mb list 1 Sections MarkB generic Doc