lean4-htt/tests/lean/whnf_cache_bug.lean.expected.out
Leonardo de Moura 6d96741010 feat(library): provide names for constructor arguments
Motivation: `cases` and `induction` tactics use these names when the
user does not provide them.
2017-12-04 16:25:16 -08:00

29 lines
1.2 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

?m_1
nat.succ
((⟨nat.rec
⟨(λ (a : ) (_F : nat.below (λ (a : ), ) a) (a_1 : ),
(λ (a a_1 : ) (_F : nat.below (λ (a : ), ) a_1),
nat.cases_on a_1 (λ (_F : nat.below (λ (a : ), ) 0), a)
(λ (n : ) (_F : nat.below (λ (a : ), ) (nat.succ n)), nat.succ ((_F.fst).fst a))
_F)
a_1
a
_F)
0
punit.star,
punit.star⟩
(λ (n : ) (ih_1 : pprod ((λ (a : ), ) n) (nat.below (λ (a : ), ) n)),
⟨(λ (a : ) (_F : nat.below (λ (a : ), ) a) (a_1 : ),
(λ (a a_1 : ) (_F : nat.below (λ (a : ), ) a_1),
nat.cases_on a_1 (λ (_F : nat.below (λ (a : ), ) 0), a)
(λ (n : ) (_F : nat.below (λ (a : ), ) (nat.succ n)), nat.succ ((_F.fst).fst a))
_F)
a_1
a
_F)
(nat.succ n)
⟨ih_1, punit.star⟩,
⟨ih_1, punit.star⟩⟩)
0,
punit.star⟩.fst).fst
1)