module AddString: functor (KeyS : StringOf) -> functor (ImgS : StringOf) -> functor (SCustom : Custom) -> functor (Map : S with type img = ImgS.t and type key = KeyS.t) -> S_Str with type key = Map.key and type img = Map.img
functor (
KeyS
:
StringOf
) ->
ImgS
SCustom
Custom
Map
S
with type img = ImgS.t and type key = KeyS.t
S_Str
with type key = Map.key and type img = Map.img
separator
mapsto
S with type img = ImgS.t and type key = KeyS.t
include OwnMap.S
val string_of : t -> string
t -> string