Definitions hol list 1 Sections HOLlib Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
it_sumDef it_sum(l) == if null(l) then 0 else head(l)+it_sum(tl(l)) fi   (recursive)
Thm* l: List. it_sum(l 
headDef head(l) == hd(l)
Thm* 'a:Type, l:'a List. mt(l head(l 'a
mtDef mt(l) == Case of l; nil  True ; a.as'  False
Thm* 'a:Type{i}, l:'a List. mt(l Prop{1}
natDef  == {i:| 0i }
Thm*   Type
Thm*   S
notDef A == A  False
Thm* A:Prop. (A Prop
tlDef tl(l) == Case of l; nil  nil ; h.t  t
Thm* A:Type, l:A List. tl(l A List

About:
listlist_ind
intnatural_numberaddsetrecursive_def_noticeuniverse
memberpropimpliesfalsetrueall!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions hol list 1 Sections HOLlib Doc