module Filepath_map:functor (V:Parameter_sig.Value_datatypewith type key = Fc_Filepath.Normalized.t) ->functor (X:siginclude Parameter_sig.Input_with_argval default :V.t Datatype.Filepath.Map.tval existence :Fc_Filepath.existenceval file_kind :stringend) ->Parameter_sig.Mapwith type key = Fc_Filepath.Normalized.t and type value = V.t and type t = V.t Datatype.Filepath.Map.t
| Parameters: |
|
type key
Type of keys of the map.
type value
Type of the values associated to the keys.
include Parameter_sig.Collection
A map is a collection in which elements are pairs (key, value), but some
values may be missing.
val find : key -> valueSearch a given key in the map.
Not_found if there is no such key in the map.val mem : key -> bool