module To_stringable (M : S) : sig .. end
(
M
:
S
)
sig
end
val of_string : string -> M.t
string -> M.t
val to_string : M.t -> string
M.t -> string