Let $R$ be a commutative ring with identity $1$. The definition of a (unital) R-module is given as an abelian group $M$ together with an operation $R \times M \to M$, usually just written as $rv$ when $r \in R$ and $v \in M$. The scaling operation satisfies the following conditions: \begin{align} 1v = v ~~~\text{ for all }~~~~ v \in M \\ (rs)v = r(sv)~~~\text{for all }r,s \in R \text{ and all }~v \in M \\ (r+s)v = rv + sv \text{ for all } r,s \in R \text{ and all }~ v\in M \\ r(v+w) = rv + rw~~\text{ for all }r \in R ~~\text{ and }v,w \in M \end{align} It is then stated that "If $M$ is a R-module, so is the set of finite formal linear combinations $L(M)$ of elements of $M$, where in $L(M)$ you are not allowed to simplify, so for instance, $r(v)$ and $1(rv)$ are considered distinct elements if $r \neq 1$."
Is the idea here to endow $L(M)$ with the same operation as $M$ making $L(M)$ an abelian group (as it is currently just a set) and to define the scaling operation $R \times L(M) \to L(M)$ in the same way as we do $R \times M \to M$?