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

fix: grind issues exposed by grind_constProp #6895

Merged
merged 8 commits into from
Feb 1, 2025

Conversation

leodemoura
Copy link
Member

This PR fixes a few grind issues exposed by the grind_constProp.lean test.

  • Support for equational theorem hypotheses created before invoking grind. Example: applying an induction principle.s
  • Support of Unit-like types.
  • Missing recursion depth checks.

@leodemoura leodemoura added the changelog-language Language features, tactics, and metaprograms label Feb 1, 2025
@leodemoura leodemoura enabled auto-merge February 1, 2025 01:18
@github-actions github-actions bot temporarily deployed to lean-lang.org/lean4/doc February 1, 2025 01:22 Inactive
@leodemoura leodemoura added this pull request to the merge queue Feb 1, 2025
@github-actions github-actions bot added the toolchain-available A toolchain is available for this PR, at leanprover/lean4-pr-releases:pr-release-NNNN label Feb 1, 2025
@leanprover-community-bot
Copy link
Collaborator

Mathlib CI status (docs):

  • ❗ Batteries/Mathlib CI will not be attempted unless your PR branches off the nightly-with-mathlib branch. Try git rebase 5286b211266007b22d6e1bdf39eb785ef0379767 --onto ad48761032c5750e51289f3885967c1b6f8edde5. (2025-02-01 01:39:11)

Merged via the queue into master with commit 425c7a1 Feb 1, 2025
18 checks passed
luisacicolini pushed a commit to opencompl/lean4 that referenced this pull request Feb 24, 2025
This PR fixes a few `grind` issues exposed by the `grind_constProp.lean`
test.
- Support for equational theorem hypotheses created before invoking
`grind`. Example: applying an induction principle.s
- Support of `Unit`-like types. 
- Missing recursion depth checks.
luisacicolini pushed a commit to opencompl/lean4 that referenced this pull request Feb 25, 2025
This PR fixes a few `grind` issues exposed by the `grind_constProp.lean`
test.
- Support for equational theorem hypotheses created before invoking
`grind`. Example: applying an induction principle.s
- Support of `Unit`-like types. 
- Missing recursion depth checks.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog-language Language features, tactics, and metaprograms toolchain-available A toolchain is available for this PR, at leanprover/lean4-pr-releases:pr-release-NNNN
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants