Skip to content

Commit a192f92

Browse files
committed
change
1 parent c532ace commit a192f92

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Mathlib/Algebra/Algebra/Subalgebra/Basic.lean

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,8 @@ section
360360
/-! `Subalgebra`s inherit structure from their `Submodule` coercions. -/
361361

362362

363-
instance module' [Semiring R'] [SMul R' R] [Module R' A] [IsScalarTower R' R A] : Module R' S :=
363+
instance (priority := low) module' [Semiring R'] [SMul R' R] [Module R' A] [IsScalarTower R' R A] :
364+
Module R' S :=
364365
S.toSubmodule.module'
365366
#align subalgebra.module' Subalgebra.module'
366367

0 commit comments

Comments
 (0)