Module type ExtSMap.S


module type S = sig .. end
Output signature of the functor OwnMap.Make.

include Map.S
See also Map.S from the standard libary
val string_of : ('a -> string) -> 'a t -> string
string_of f m converts the map m into a string using f as a conversion function of the images.