aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/interface/CoqParser.v
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/interface/CoqParser.v')
-rw-r--r--plugins/interface/CoqParser.v9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/interface/CoqParser.v b/plugins/interface/CoqParser.v
new file mode 100644
index 000000000..db4aa06dc
--- /dev/null
+++ b/plugins/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".