Skip to content

Commit

Permalink
fix(Algebra.Category.ModuleCat.Basic): remove `CoeOut (Submodule R M)…
Browse files Browse the repository at this point in the history
… (ModuleCat R)` instance (#6032)
  • Loading branch information
Amelia Livingston committed Jul 29, 2023
1 parent b017d09 commit 061c9b8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Mathlib/Algebra/Category/ModuleCat/Basic.lean
Expand Up @@ -379,6 +379,3 @@ theorem Iso.conj_eq_conj (i : X ≅ X') (f : End X) :
end

end ModuleCat

instance (M : Type u) [AddCommGroup M] [Module R M] : CoeOut (Submodule R M) (ModuleCat R) :=
fun N => ModuleCat.of R N⟩

0 comments on commit 061c9b8

Please sign in to comment.