hop-2012/datastructures.ml

3 lines
72 B
OCaml

module StringSet = Set.Make(String)
module StringMap = Map.Make(String)