Definitions hol list 2 Sections HOLlib Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
helDef el == n:l:'a List. if n=0 then hd(l) else el(n-1,tl(l)) fi 
Def (recursive)
Thm* 'a:S. el  (hnum  hlist('a 'a)
hhdDef hd == l:'a List. if null(l) then arb('a) else head(l) fi 
Thm* 'a:S. hd  (hlist('a 'a)
bifDef bif(bbx.x(bx); by.y(by)) == if b x(*) else y(x.x) fi
Thm* A:Type, b:x:(bA), y:((b)A). bif(bbx.x(bx); by.y(by))  A
eq_intDef i=j == if i=j true ; false fi
Thm* i,j:. (i=j 
hlistDef hlist('a) == 'a List
Thm* 'a:S. hlist('a S
natDef  == {i:| 0i }
Thm*   Type
Thm*   S
notDef A == A  False
Thm* A:Prop. (A Prop
stypeDef S == {T:Type| x:T. True }
Thm* S  Type{2}
tlDef tl(l) == Case of l; nil  nil ; h.t  t
Thm* A:Type, l:A List. tl(l A List

About:
listlist_indbool
bfalsebtrueifthenelseassertintnatural_numbersubtractint_eq
setlambdaapplyfunctionrecursive_def_noticeuniverseaxiom
memberpropimpliesfalsetrueallexists!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions hol list 2 Sections HOLlib Doc