WhoCites
Definitions
list
3
jlc
Sections
Support(jlc)
Doc
Who Cites list
all?
list_all
Def
x
L.P(x) == (letrec list_all L = (Case of L; nil
True ; h.t
P(h) & list_all(t)) ) (L)
Thm*
T:Type, P:(T
Prop), L:T List.
x
L.P(x)
Type
Thm*
T:Type, P:(T
Type).
x
nil.P(x)
Type
letrec_body
Def
= b == b
letrec_arg
Def
x b(x) (x) == b(x)
letrec
Def
(letrec f b(f)) == b((letrec f b(f)) ) (recursive)
Syntax:
x
L.P(x)
has structure:
list_all(L; x.P(x))
About:
WhoCites
Definitions
list
3
jlc
Sections
Support(jlc)
Doc