Module type Module.Right

module type Right = sig .. end

A right module.


include Module.Left
val cmul : t -> r -> t

Right action of the ring.