-
Notifications
You must be signed in to change notification settings - Fork 463
New issue
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
Can't use omega
as a simp
discharger
#3805
Comments
It appears that
|
I assume that the log from the user's discharger is simply discarded |
Possibly, I haven't had a chance to look at the code yet. Notice that the log from |
Possibly the more principled fix is to not have `simp` invoke dischargers under `withReducible`. In the meantime, this ensures that `falseOrByContra` still succeeds with `intro1` on a `Not` goal, which previously was breaking `omega` as a simp discharger. Closes #3805.
Prerequisites
Description
Context
Steps to Reproduce
Expected behavior:
omega
can be used as dischargerActual behavior:
omega
fails to discharge¬y < x
targetVersions
4.7.0-rc2
Additional Information
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: