We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
simp only
Lean formalization
As pointed out here #278 (comment) there are many almost identical simp only instances we could rewrite more cleanly with a custom tactic.
N/A
No response
The text was updated successfully, but these errors were encountered:
csimp
From a Zulip thread: We should import
import Lean.Elab.Tactic.Simp register_simp_attr bv_normalize
then add
@[bv_normalize]
before the defs in question and then
simp only [bv_normalize]
will do what we want.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Category
Lean formalization
Describe the feature you'd like to request
As pointed out here #278 (comment) there are many almost identical
simp only
instances we could rewrite more cleanly with a custom tactic.Describe alternatives you've considered
N/A
Additional context
No response
Is this something that you'd be interested in working on?
The text was updated successfully, but these errors were encountered: