lean4-htt/stage0
Leonardo de Moura 2ed025ade8
feat: mark sizeOf theorems as grind theorems (#11265)
This PR marks the automatically generated `sizeOf` theorems as `grind`
theorems.

closes #11259

Note: Requested update stage0, we need it to be able to solve example in
the issue above.
```lean
example (a: Nat) (b: Nat): sizeOf a < sizeOf (a, b) := by
  grind
```
2025-11-19 18:38:35 +00:00
..
src feat: mark sizeOf theorems as grind theorems (#11265) 2025-11-19 18:38:35 +00:00
stdlib chore: update stage0 2025-11-19 15:57:48 +00:00