lean4-htt/tests/lean/whnf_cache_bug.lean.expected.out
Gabriel Ebner 25aa847aba fix(library/constructions/brec_on): make motive explicit in *.below
Otherwise you can't figure out the type from the pretty-printed output
`nat.below n`.
2017-07-23 09:38:44 +01:00

30 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)
(λ (a_1 : ) (_F : nat.below (λ (a : ), ) (nat.succ a_1)), nat.succ ((_F.fst).fst a))
_F)
a_1
a
_F)
0
punit.star,
punit.star⟩
(λ (a : ) (ih_1 : pprod ((λ (a : ), ) a) (nat.below (λ (a : ), ) a)),
⟨(λ (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)
(λ (a_1 : ) (_F : nat.below (λ (a : ), ) (nat.succ a_1)),
nat.succ ((_F.fst).fst a))
_F)
a_1
a
_F)
(nat.succ a)
⟨ih_1, punit.star⟩,
⟨ih_1, punit.star⟩⟩)
0,
punit.star⟩.fst).fst
1)