module StringMap:sig
..end
with type key = string
include Map.S
val singleton : string -> 'a -> 'a t
exception Strict of string
val strict_add : key -> 'a -> 'a t -> 'a t
val union : 'a t -> 'a t -> 'a t
val strict_union : 'a t -> 'a t -> 'a t