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.
rep_listDef rep_list('a;l) == <n:. if n<||l|| then l[n] else arb('a) fi ,||l||>
Thm* 'a:S, l:'a List. rep_list('a;l ('a)
arbDef arb(T) == InjCase(lem(T); xx, "uu")
Thm* T:S. arb(T T
hlistDef hlist('a) == 'a List
Thm* 'a:S. hlist('a S
lengthDef ||as|| == Case of as; nil  0 ; a.as'  ||as'||+1  (recursive)
Thm* A:Type, l:A List. ||l||  
Thm* ||nil||  
Thm* 'a:Type, l:'a List. ||l||  
natDef  == {i:| 0i }
Thm*   Type
Thm*   S
notDef A == A  False
Thm* A:Prop. (A Prop
pi1Def 1of(t) == t.1
Thm* A:Type, B:(AType), p:(a:AB(a)). 1of(p A
preDef pre(n) == if n=0 then 0 else n-1 fi 
Thm* n:. pre(n 
stypeDef S == {T:Type| x:T. True }
Thm* S  Type{2}

About:
pairspreadproductproductlist
list_indintnatural_numberadd
subtracttokendecidesetapply
functionrecursive_def_noticeuniversememberpropimpliesfalsetrue
allexists!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions hol list 2 Sections HOLlib Doc