Commit 2026-06-02 12:40 8d15a91f
View on Github →refactor(RingTheory/Coalgebra): make the indexing type of Repr an argument (#40055)
... rather than a field.
Since fields are semireducible, having a type as a field is incompatible with the new stringence of tactics to rewrite only up to defeq.
For Repr, this issue shows up as soon as the indexing type isn't arbitrary anymore, usually because it is derived from one or more existing indexing types.
From Toric