hol
list
2
Sections
HOLlib
Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Theorem
Name
Thm*
'a
:S,
t
:
'a
List,
h
:
'a
.
nil = cons(
h
;
t
)
[not_nil_cons]
cites the following:
Thm*
'a
:S. all(
t
:hlist(
'a
). all(
h
:
'a
. not(equal(nil,cons(
h
,
t
)))))
[hnot_nil_cons]
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
hol
list
2
Sections
HOLlib
Doc