Source file string_monoidable.ml

1
2
3
4
5
module type S = sig
  type t

  val to_string_monoid : t -> String_monoid.t
end