We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 808d123 commit 54f40daCopy full SHA for 54f40da
src/Init/Prelude.lean
@@ -1555,7 +1555,7 @@ class HomogeneousPow (α : Type u) where
1555
1556
/-- Typeclass for types with a scalar multiplication operation, denoted `•` (`\bu`) -/
1557
class SMul (M : Type u) (α : Type v) where
1558
- /-- `a • b` computes the product of `a` and `b`. The meaning of this notation is type-dependent,
+ /-- `m • a : α` denotes the product of `m : M` and `a : α`. The meaning of this notation is type-dependent,
1559
but it is intended to be used for left actions. -/
1560
smul : M → α → α
1561
0 commit comments