aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/stateid.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stateid.ml')
-rw-r--r--lib/stateid.ml3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/stateid.ml b/lib/stateid.ml
index 1eac4bf3f..09cc2b7e8 100644
--- a/lib/stateid.ml
+++ b/lib/stateid.ml
@@ -36,3 +36,6 @@ let get exn = Exninfo.get exn state_id_info
let equal = Int.equal
let compare = Int.compare
+
+module Set = Set.Make(struct type t = int let compare = compare end)
+