aboutsummaryrefslogtreecommitdiff
path: root/contrib/interface
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/interface')
-rw-r--r--contrib/interface/CoqInterface.v9
-rw-r--r--contrib/interface/CoqParser.v9
-rw-r--r--contrib/interface/coqparser.ml (renamed from contrib/interface/parse.ml)0
3 files changed, 18 insertions, 0 deletions
diff --git a/contrib/interface/CoqInterface.v b/contrib/interface/CoqInterface.v
new file mode 100644
index 0000000000..e86fb2fce9
--- /dev/null
+++ b/contrib/interface/CoqInterface.v
@@ -0,0 +1,9 @@
+(************************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud *)
+(* \VV/ **************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(************************************************************************)
+
+Declare ML Module "coqinterface_plugin".
diff --git a/contrib/interface/CoqParser.v b/contrib/interface/CoqParser.v
new file mode 100644
index 0000000000..db4aa06dcc
--- /dev/null
+++ b/contrib/interface/CoqParser.v
@@ -0,0 +1,9 @@
+(************************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud *)
+(* \VV/ **************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(************************************************************************)
+
+Declare ML Module "coqparser_plugin".
diff --git a/contrib/interface/parse.ml b/contrib/interface/coqparser.ml
index 5de6060f05..5de6060f05 100644
--- a/contrib/interface/parse.ml
+++ b/contrib/interface/coqparser.ml