WhoCites
Definitions
SUPPORTjlc
Sections
NuprlLIB
Doc
Who Cites list
all
2?
list_all_2
Def
x
L.P(x) == (letrec all L = (Case of L; nil
true
; h.t
P(h)
(all(t))) ) (L)
Thm*
T:Type, P:(T
), L:T List.
x
L.P(x)
band
Def
p
q == if p
q else false
fi
Thm*
p,q:
. (p
q)
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_2(L; x.P(x))
About:
WhoCites
Definitions
SUPPORTjlc
Sections
NuprlLIB
Doc