aboutsummaryrefslogtreecommitdiffhomepage
path: root/stm/workerLoop.mli
diff options
context:
space:
mode:
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