diff options
| author | Gaëtan Gilbert | 2018-10-17 15:04:12 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-10-29 13:10:38 +0100 |
| commit | 98a792b79c4bea810bc4fe623c9006e8eeaeb468 (patch) | |
| tree | 09ff403dfee4aa9e7f8e54b796dd155735ff895c /checker/coqchk.mli | |
| parent | 60b7d3662880666a22e0b90f55b49361c453e3f4 (diff) | |
Rename checker/{main->coqchk}
Diffstat (limited to 'checker/coqchk.mli')
| -rw-r--r-- | checker/coqchk.mli | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/checker/coqchk.mli b/checker/coqchk.mli new file mode 100644 index 0000000000..9db9ecd12e --- /dev/null +++ b/checker/coqchk.mli @@ -0,0 +1,12 @@ +(************************************************************************) +(* * The Coq Proof Assistant / The Coq Development Team *) +(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *) +(* <O___,, * (see CREDITS file for the list of authors) *) +(* \VV/ **************************************************************) +(* // * This file is distributed under the terms of the *) +(* * GNU Lesser General Public License Version 2.1 *) +(* * (see LICENSE file for the text of the license) *) +(************************************************************************) + +(* This empty file avoids a race condition that occurs when compiling a .ml file + that does not have a corresponding .mli file *) |
