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

simp gets stuck on autoParam #2862

Closed
1 task done
kim-em opened this issue Nov 11, 2023 · 0 comments · Fixed by #3315
Closed
1 task done

simp gets stuck on autoParam #2862

kim-em opened this issue Nov 11, 2023 · 0 comments · Fixed by #3315
Labels
bug Something isn't working

Comments

@kim-em
Copy link
Collaborator

kim-em commented Nov 11, 2023

Prerequisites

  • Put an X between the brackets on this line if you have done all of the following:
    • Check that your issue is not already filed.
    • Reduce the issue to a minimal, self-contained, reproducible test case. Avoid dependencies to mathlib4 or std4.

Description

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.

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.

@kim-em kim-em added the bug Something isn't working label Nov 11, 2023
leodemoura added a commit that referenced this issue Feb 12, 2024
github-merge-queue bot pushed a commit that referenced this issue Feb 17, 2024
arthur-adjedj pushed a commit to arthur-adjedj/lean4 that referenced this issue Feb 19, 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

Successfully merging a pull request may close this issue.

1 participant