Module type Parameter_sig.Multiple_map

module type Multiple_map = sig .. end

Signature for multiple maps as command line parameters. Almost similar to Map.


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