module String_multiple_map:functor (
V
:
Parameter_sig.Multiple_value_datatype
with type key = string
) ->
functor (
X
:
sig
include Parameter_sig.Input_with_arg
val default :V.t list Datatype.String.Map.t
end
) ->
Parameter_sig.Multiple_map
with type key = string and type value = V.t and type t = V.t list Datatype.String.Map.t
Parameters: |
|
type
key
type
value
include Parameter_sig.Collection
val find : key -> value list
val mem : key -> bool