Module type OwnMap.StringOf


module type StringOf = sig .. end
The module signature for types that can be converted into strings.

type t 
val string_of : t -> string