module type Filepath_map =Map
with type key = Datatype.Filepath.t
type
key
type
value
include Parameter_sig.Collection
(key, value)
, but some
values may be missing.val find : key -> value
Not_found
if there is no such key in the map.val mem : key -> bool