aboutsummaryrefslogtreecommitdiffhomepage
path: root/stm/vio_checking.mli
diff options
context:
space:
mode:
authorGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2015-01-06 18:09:26 +0100
committerGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2015-01-06 18:09:35 +0100
commit341909bbc5c1c59e81dfad2f2532602e2561ec36 (patch)
tree28fb527cb921b4e02d4722549a24f6e2366f5c76 /stm/vio_checking.mli
parentbf16900f43c1291136673e7614587fe51eebc88f (diff)
rename: vi -> vio
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 000000000..fb1a0beca
--- /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-2012 *)
+(* \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