module Map: OASISUtils.MapExt.S with type key = host_filename
OASISUtils.MapExt.S
with type key = host_filename
include Map.S
val add_list : 'a t -> (key * 'a) list -> 'a t
'a t -> (key * 'a) list -> 'a t
val of_list : (key * 'a) list -> 'a t
(key * 'a) list -> 'a t
val to_list : 'a t -> (key * 'a) list
'a t -> (key * 'a) list