lean4-htt/tests/lean/grind/algebra
Kim Morrison c06af84d9f
fix: refactor grind's module/ring design to avoid a diamond (#9168)
This PR resolves a defeq diamond, which caused a problem in Mathlib:
```
import Mathlib

example (R : Type) [I : Ring R] :
  @AddCommGroup.toGrindIntModule R (@Ring.toAddCommGroup R I) =
    @Lean.Grind.Ring.instIntModule R (@Ring.toGrindRing R I) := rfl -- fails
```
2025-07-03 06:50:46 +00:00
..
module_normalization.lean fix: grind linarith internalization and HSMul support (#8796) 2025-06-15 02:34:42 +00:00
nat_mod.lean fix: refactor grind's module/ring design to avoid a diamond (#9168) 2025-07-03 06:50:46 +00:00
nat_module.lean chore: updates to (failing) grind algebra tests (#8987) 2025-06-25 02:44:59 +00:00
nlinarith.lean chore: updates to (failing) grind algebra tests (#8987) 2025-06-25 02:44:59 +00:00
ring_normalization.lean feat: semiring normalizer in grind (#8953) 2025-06-24 01:09:22 +00:00