hop-2012/datastructures.ml

4 lines
99 B
OCaml

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