chore(tests/lean/smart_unfolding): remove test since it depends on #reduce

This commit is contained in:
Leonardo de Moura 2018-09-04 16:59:09 -07:00
parent d8e7941116
commit c121bcf263
2 changed files with 0 additions and 13 deletions

View file

@ -1,5 +0,0 @@
constant n : nat
#reduce n + (nat.succ n)
set_option type_context.smart_unfolding false
#reduce n + (nat.succ n)

View file

@ -1,8 +0,0 @@
nat.succ (nat.add n n)
nat.succ
((nat.rec ⟨λ (a : ), a, punit.star⟩
(λ (n : )
(ih : pprod () (nat.rec punit (λ (n : ) (ih : Type), pprod (pprod () ih) punit) n)),
⟨λ (a : ), nat.succ (ih.fst a), ⟨ih, punit.star⟩⟩)
n).fst
n)