summaryrefslogtreecommitdiff
path: root/stm/vio_checking.mli
diff options
context:
space:
mode:
Diffstat (limited to 'stm/vio_checking.mli')
-rw-r--r--stm/vio_checking.mli13
1 files changed, 13 insertions, 0 deletions
diff --git a/stm/vio_checking.mli b/stm/vio_checking.mli
new file mode 100644
index 00000000..e2da5026
--- /dev/null
+++ b/stm/vio_checking.mli
@@ -0,0 +1,13 @@
+(************************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2015 *)
+(* \VV/ **************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(************************************************************************)
+
+(* [check_vio tasks file] checks the [tasks] stored in [file] *)
+val check_vio : int list * string -> bool
+val schedule_vio_checking : int -> string list -> unit
+
+val schedule_vio_compilation : int -> string list -> unit