Dolmen_std.Maps_stringinclude Dolmen_intf.Map.S with type key := stringval empty : _ tval find_exn : string -> 'a t -> 'aException-raising find function.
val find_opt : string -> 'a t -> 'a optionOption-returning find function.
Add a new binding, shadowing any earlier bdingin to the same key.
val iter : (string -> 'a -> unit) -> 'a t -> unitIter on the map.
val fold : (string -> 'a -> 'acc -> 'acc) -> 'a t -> 'acc -> 'accFold on the map.