aboutsummaryrefslogtreecommitdiff
path: root/stm/queryworkertop.ml
diff options
context:
space:
mode:
authorMaxime Dénès2017-11-03 11:00:27 +0100
committerMaxime Dénès2017-11-03 11:00:27 +0100
commit96a8d73edaa4eba500c440e5d6869fae1af91a12 (patch)
treea4122ffc69ae991fc0b878af791338a5e91737ce /stm/queryworkertop.ml
parent87f3278ea3520ed2b2a4b355765392550488c1df (diff)
parentc8533911300df8d4897a3109ea30d43be7f430eb (diff)
Merge PR #6051: Fix FIXME: use OCaml 4.02 generative functors when available.
Diffstat (limited to 'stm/queryworkertop.ml')
-rw-r--r--stm/queryworkertop.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/stm/queryworkertop.ml b/stm/queryworkertop.ml
index ac7a270ac6..a1fe50c63e 100644
--- a/stm/queryworkertop.ml
+++ b/stm/queryworkertop.ml
@@ -6,7 +6,7 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-module W = AsyncTaskQueue.MakeWorker(Stm.QueryTask)
+module W = AsyncTaskQueue.MakeWorker(Stm.QueryTask) ()
let () = Coqtop.toploop_init := WorkerLoop.loop W.init_stdout