module String_multiple_map:functor (V:Parameter_sig.Multiple_value_datatypewith type key = string) ->functor (X:siginclude Parameter_sig.Input_with_argval default :V.t list Datatype.String.Map.tend) ->Parameter_sig.Multiple_mapwith 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