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
conv
conv fails to enter the argument to an implication under a binder.
example : ∀ (n : Nat), True → True := by conv => intro n /- 'apply implies_congr' unexpected result -/ enter [1]
Expected behavior: enter [1]/enter [2] successfully enters the first/second True argument, respectively.
enter [1]
enter [2]
True
Actual behavior: An error occurs.
Reproduces how often: 100%
4.0.0-nightly-2023-03-15
The text was updated successfully, but these errors were encountered:
Fixed in #5894
Sorry, something went wrong.
No branches or pull requests
Description
conv
fails to enter the argument to an implication under a binder.Steps to Reproduce
Expected behavior:
enter [1]
/enter [2]
successfully enters the first/secondTrue
argument, respectively.Actual behavior: An error occurs.
Reproduces how often: 100%
Versions
4.0.0-nightly-2023-03-15
The text was updated successfully, but these errors were encountered: