module StringMap: sig .. end
sig
end
include Map.S
val from_list : (key * int) list -> int t
(key * int) list -> int t
val fusion : 'a t -> 'a t -> 'a t
'a t -> 'a t -> 'a t