diff options
| author | Maxime Dénès | 2017-11-30 13:01:48 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2018-01-10 18:27:28 +0100 |
| commit | 8c59f1a464a446191f48358fe2484ec65ac0ef1c (patch) | |
| tree | 85701335471ba6a62bc267d01747fc26c5e5c665 /checker/votour.mli | |
| parent | d439c01190f45de5ac493b8f55d361503e83ad03 (diff) | |
Add interfaces for checker and remove dead code.
Diffstat (limited to 'checker/votour.mli')
| -rw-r--r-- | checker/votour.mli | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/checker/votour.mli b/checker/votour.mli new file mode 100644 index 0000000000..e1555ba2e2 --- /dev/null +++ b/checker/votour.mli @@ -0,0 +1,10 @@ +(************************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2017 *) +(* \VV/ **************************************************************) +(* // * This file is distributed under the terms of the *) +(* * GNU Lesser General Public License Version 2.1 *) +(************************************************************************) + +(* This empty file avoids a race condition that occurs when compiling a .ml file + that does not have a corresponding .mli file *) |
