module Make:Functor building an implementation of the map structure given a totally ordered type as in the standard libary. Supports additional string conversion.
| Parameters: |
|
include Map.S
val string_of : ('a -> string) -> 'a t -> stringstring_of f m converts the map m into a string using f as
a conversion function of the images.