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
fail_if_success
example : True := by /- tactic 'assumption' failed ⊢ False -/ /- tactic succeeded -/ fail_if_success (have : False := by assumption) trivial example : True := by have : False := by fail_if_success assumption sorry trivial
Expected behavior: The first variant should succeed (since the have fails).
have
Actual behavior: It reports that the tactic succeeded.
Reproduces how often: 100%
nightly-2022-07-27 and 00dd9da
nightly-2022-07-27
I apologize for the title :)
The text was updated successfully, but these errors were encountered:
d267b38
chore: update to nightly-2022-07-28 (#357)
f6714df
Changed all names related to leanprover/lean4#1346 that I could find. - [x] leanprover/lean4#1375 Co-authored-by: Wojciech Nawrocki <[email protected]> Co-authored-by: Mario Carneiro <[email protected]>
12cdf0c
No branches or pull requests
Description
Steps to Reproduce
Expected behavior: The first variant should succeed (since the
have
fails).Actual behavior: It reports that the tactic succeeded.
Reproduces how often: 100%
Versions
nightly-2022-07-27
and 00dd9daAdditional Information
I apologize for the title :)
The text was updated successfully, but these errors were encountered: