list
3
jlc
Sections
Support(jlc)
Doc
Def
False == Void
is mentioned by
Thm*
L:T List, x:T.
x
(x.L).False
False
[list_all_of_false_false]
Def
x
L.P(x) == (letrec list_exists L = (Case of L; nil
False ; h.t
P(h)
list_exists(t)) ) (L)
[list_exists]
In prior sections:
core
bool
1
list
3
jlc
Sections
Support(jlc)
Doc