Module type Parameter_sig.Multiple_map

module type Multiple_map = sig .. end
Signature for multiple maps as command line parameters. Almost similar to Map.
Since Sodium-20150201

type key 
type value 
include Parameter_sig.Collection
val find : key -> value list
val mem : key -> bool