Commit 2026-09-11 08:52 0ef25053
View on Github →chore: rename Coalg{Hom,Equiv}Class.toCoalg{Hom,Equiv} as Coalg{Hom,Equiv}.ofClass (#43576)
and rename affected lemmas accordingly.
Following item (2) in https://github.com/leanprover-community/mathlib4/issues/31365, the definition which implements the coercion from a morphism class FooHomClass to FooHoms should be called FooHom.ofClass.
This makes two more classes follow this pattern.