Skip to content

Conversation

@leodemoura
Copy link
Member

This PR adds a missing Nat.cast missing normalization rule for grind. Example:

example (n : Nat) : Nat.cast n = n := by
  grind

This PR adds a missing `Nat.cast` missing normalization rule for `grind`.
Example:
```lean
example (n : Nat) : Nat.cast n = n := by
  grind
```
@leodemoura leodemoura added the changelog-tactics User facing tactics label Dec 10, 2025
@leodemoura leodemoura enabled auto-merge December 10, 2025 10:42
@leodemoura leodemoura added this pull request to the merge queue Dec 10, 2025
Merged via the queue into master with commit b9e888d Dec 10, 2025
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog-tactics User facing tactics

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants