Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gebner committed Apr 13, 2023
1 parent ec47359 commit a3c7e4e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Mathlib/Algebra/Category/ModuleCat/Basic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,5 @@ end

end ModuleCat

@[nolint dangerousInstance]
instance (M : Type u) [AddCommGroup M] [Module R M] : Coe (Submodule R M) (ModuleCat R) :=
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 a3c7e4e

Please sign in to comment.