aboutsummaryrefslogtreecommitdiff
path: root/topbin
diff options
context:
space:
mode:
authorcoqbot-app[bot]2020-10-09 19:38:17 +0000
committerGitHub2020-10-09 19:38:17 +0000
commit516a7009b08c443a74ef7f3175fff1337e71b668 (patch)
treeb0beb336972d617091a22d84ecaa1bc8890f0146 /topbin
parentac7c197c3b8a9b66956f35e364221938f91e2a23 (diff)
parent391e75136df3eab27a315c7fc383a8eca73ec969 (diff)
Merge PR #13088: [stm] move par: to comTactic
Reviewed-by: SkySkimmer Reviewed-by: ppedrot Reviewed-by: ejgallego
Diffstat (limited to 'topbin')
-rw-r--r--topbin/coqtacticworker_bin.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/topbin/coqtacticworker_bin.ml b/topbin/coqtacticworker_bin.ml
index 252c8faa05..706554e025 100644
--- a/topbin/coqtacticworker_bin.ml
+++ b/topbin/coqtacticworker_bin.ml
@@ -8,6 +8,6 @@
(* * (see LICENSE file for the text of the license) *)
(************************************************************************)
-module W = AsyncTaskQueue.MakeWorker(Stm.TacTask) ()
+module W = AsyncTaskQueue.MakeWorker(Partac.TacTask) ()
let () = WorkerLoop.start ~init:W.init_stdout ~loop:W.main_loop "coqtacticworker"