Module type OwnMap.S_Str


module type S_Str = sig .. end
The Signature of the map together with the string_of conversion function

include OwnMap.S
val string_of : t -> string