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
autoParam
simp gets stuck on autoParam hypotheses:
example (h : False := by trivial) : False := by simp at h
This used to work, but only because of the default (config := {decide := true}) behaviour of simp.
(config := {decide := true})
This worked prior to #2722.
I'm making this issue as a placeholder I can link to when working around this in Mathlib.
Add 👍 to issues you consider important. If others are impacted by this issue, please ask them to add 👍 to it.
The text was updated successfully, but these errors were encountered:
auto_param
True
fix: simp gets stuck on autoParam
34ad7e6
closes #2862
fix: simp gets stuck on autoParam (#3315)
baa9fe5
fix: simp gets stuck on autoParam (leanprover#3315)
bf317e3
closes leanprover#2862
Successfully merging a pull request may close this issue.
Prerequisites
Description
simp
gets stuck onautoParam
hypotheses:This used to work, but only because of the default
(config := {decide := true})
behaviour ofsimp
.Context
This worked prior to #2722.
I'm making this issue as a placeholder I can link to when working around this in Mathlib.
Impact
Add 👍 to issues you consider important. If others are impacted by this issue, please ask them to add 👍 to it.
The text was updated successfully, but these errors were encountered: