hop-2012/datastructures.ml

4 lines
99 B
OCaml
Raw Normal View History

2012-01-08 17:41:04 +00:00
module StringSet = Set.Make(String)
module StringMap = Map.Make(String)
module UuidSet = StringSet