Add more realistic type system.
[wrappi.git] / generator-lib / wrappi_utils.ml
index 4474423..958c55e 100644 (file)
@@ -40,3 +40,5 @@ let count_chars c str =
     if c = String.unsafe_get str i then incr count
   done;
   !count
+
+module StringMap = Map.Make (String)