Module type Module.T

module type T = Left

By default, by a module, we mean a left module.


type t 

An element of the module.

type r 

An element of the ring.

module Ring: sig .. end
include Group.Abelian
val cmul : r -> t -> t

Left action of the ring.