Skip to content

Commit a7308f6

Browse files
committed
pacify linter
1 parent 066538b commit a7308f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathlib/Algebra/Module/Pi.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ instance noZeroSMulDivisors (α) {_ : Semiring α} {_ : ∀ i, AddCommMonoid <|
110110

111111
/-- A special case of `Pi.noZeroSMulDivisors` for non-dependent types. Lean struggles to
112112
synthesize this instance by itself elsewhere in the library. -/
113-
instance' _root_.Function.noZeroSMulDivisors {ι α β : Type _} {_ : Semiring α} {_ : AddCommMonoid β}
113+
instance' _root_.Function.noZeroSMulDivisors [Semiring α] [AddCommMonoid β]
114114
[Module α β] [NoZeroSMulDivisors α β] : NoZeroSMulDivisors α (ι → β) :=
115115
Pi.noZeroSMulDivisors _
116116
#align function.no_zero_smul_divisors Function.noZeroSMulDivisors

0 commit comments

Comments
 (0)