sig
  type t = M.t
  val eq : t -> t -> bool
  val mul : t -> t -> t
  val one : t
  val to_string : t -> string
  val compare : t -> t -> int
end