You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import Aesop
example : True := by
simp [-Nat.reduceAdd]
example : True := by
aesop (erase simp [Nat.reduceAdd])
-- aesop: 'Nat.reduceAdd' is not registered (with the given features) in any rule set.
Nat.reduceAdd is a simproc.
The text was updated successfully, but these errors were encountered:
MWE:
Nat.reduceAdd
is a simproc.The text was updated successfully, but these errors were encountered: