chore(tests/lean/smart_unfolding): remove test since it depends on #reduce
This commit is contained in:
parent
d8e7941116
commit
c121bcf263
2 changed files with 0 additions and 13 deletions
|
|
@ -1,5 +0,0 @@
|
|||
constant n : nat
|
||||
#reduce n + (nat.succ n)
|
||||
|
||||
set_option type_context.smart_unfolding false
|
||||
#reduce n + (nat.succ n)
|
||||
|
|
@ -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)
|
||||
Loading…
Add table
Reference in a new issue