9 lines
232 B
Text
9 lines
232 B
Text
attribute_bug1.lean:8:0: error: simp tactic failed to simplify
|
||
state:
|
||
n : ℕ
|
||
⊢ f n = n + 1
|
||
constant fdef : ∀ (n : ℕ), f n = n + 1
|
||
attribute_bug1.lean:20:0: error: simp tactic failed to simplify
|
||
state:
|
||
n : ℕ
|
||
⊢ f n = n + 1
|