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.
headDef head(l) == hd(l)
Thm* 'a:Type, l:'a List. mt(l head(l 'a
hdDef hd(l) == Case of l; nil  "?" ; h.t  h
Thm* A:Type, l:A List. ||l|| hd(l A
labelDef t  ...$L == t
mtDef mt(l) == Case of l; nil  True ; a.as'  False
Thm* 'a:Type{i}, l:'a List. mt(l Prop{1}
notDef A == A  False
Thm* A:Prop. (A Prop

About:
listlist_indnatural_number
tokenuniversememberpropimpliesfalsetrueall!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions hol list 1 Sections HOLlib Doc