Functor Module.FreeRightModule

module FreeRightModule: 
functor (R : Ring.T) ->
functor (X : Alphabet.T) -> FreeRight(R)(X)
Parameters:
R : Ring.T
X : Alphabet.T

include struct ... end
val cinj : X.t -> Ring.Op(R).t -> t
val cmul : t -> Ring.Op(R).t -> t
val to_string : t -> string