string_map.ml
stramon-lib
1 2 3 4 5 include CCMap.Make (struct type t = string let compare = String.compare end)
1 2 3 4 5
include CCMap.Make (struct type t = string let compare = String.compare end)