aboutsummaryrefslogtreecommitdiffhomepage
path: root/stm/workerLoop.mli
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-01-25 01:48:41 +0100
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-03-21 15:51:49 +0100
commit6e3fc0992be7ddd841328028dec51d390fffb851 (patch)
tree479f0c917c5678f12a948f8ba3dba731e30d08db /stm/workerLoop.mli
parent921ea3983d45051ae85b0e20bf13de2eff38e53e (diff)
[stm] Add common toploop for workers.
This is a small, but convenient refactoring, as it will allow common argument parsing.
Diffstat (limited to 'stm/workerLoop.mli')
-rw-r--r--stm/workerLoop.mli9
1 files changed, 9 insertions, 0 deletions
diff --git a/stm/workerLoop.mli b/stm/workerLoop.mli
new file mode 100644
index 000000000..dcbf9c88d
--- /dev/null
+++ b/stm/workerLoop.mli
@@ -0,0 +1,9 @@
+(************************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2016 *)
+(* \VV/ **************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(************************************************************************)
+
+val loop : (unit -> unit) -> string list -> string list