Skip to content
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

conv cannot enter implication under a binder #2156

Closed
Vtec234 opened this issue Mar 17, 2023 · 1 comment
Closed

conv cannot enter implication under a binder #2156

Vtec234 opened this issue Mar 17, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@Vtec234
Copy link
Member

Vtec234 commented Mar 17, 2023

Description

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]

Steps to Reproduce

Expected behavior: enter [1]/enter [2] successfully enters the first/second True argument, respectively.

Actual behavior: An error occurs.

Reproduces how often: 100%

Versions

4.0.0-nightly-2023-03-15

@Vtec234 Vtec234 added the bug Something isn't working label Mar 17, 2023
@kmill
Copy link
Collaborator

kmill commented Nov 9, 2024

Fixed in #5894

@kmill kmill closed this as completed Nov 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants