aboutsummaryrefslogtreecommitdiffhomepage
path: root/stm/tacworkertop.ml
diff options
context:
space:
mode:
Diffstat (limited to 'stm/tacworkertop.ml')
-rw-r--r--stm/tacworkertop.ml15
1 files changed, 15 insertions, 0 deletions
diff --git a/stm/tacworkertop.ml b/stm/tacworkertop.ml
new file mode 100644
index 000000000..8a582a689
--- /dev/null
+++ b/stm/tacworkertop.ml
@@ -0,0 +1,15 @@
+(************************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2012 *)
+(* \VV/ **************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(************************************************************************)
+
+let () = Coqtop.toploop_init := (fun args ->
+ Flags.make_silent true;
+ Stm.tacslave_init_stdout ();
+ args)
+
+let () = Coqtop.toploop_run := Stm.tacslave_main_loop
+