aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/exninfo.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/exninfo.ml')
-rw-r--r--lib/exninfo.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/exninfo.ml b/lib/exninfo.ml
index d049dc6cf..167d3d6dc 100644
--- a/lib/exninfo.ml
+++ b/lib/exninfo.ml
@@ -10,7 +10,7 @@
containing a pair composed of the distinguishing [token] and the backtrace
information. We discriminate the token by pointer equality. *)
-module Store = Store.Make(struct end)
+module Store = Store.Make ()
type 'a t = 'a Store.field