aboutsummaryrefslogtreecommitdiff
path: root/plugins/funind/FunInd.v
diff options
context:
space:
mode:
authorMaxime Dénès2017-06-14 12:32:05 +0200
committerMaxime Dénès2017-06-14 12:32:05 +0200
commit81243d8ac2c10fb4a3f8b1236a8947d5d60fe6cd (patch)
tree1b6ef74ee2bbeefaed3a09e27ed14a2b2d0fd44c /plugins/funind/FunInd.v
parentb240771a3661883ca0cc0497efee5b48519bddea (diff)
parentbb6dbba6a76f83c7cbac7a1f8d6eaa14da2d3d40 (diff)
Merge PR#220: Less init plugins
Diffstat (limited to 'plugins/funind/FunInd.v')
-rw-r--r--plugins/funind/FunInd.v10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/funind/FunInd.v b/plugins/funind/FunInd.v
new file mode 100644
index 0000000000..e40aea7764
--- /dev/null
+++ b/plugins/funind/FunInd.v
@@ -0,0 +1,10 @@
+(************************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2016 *)
+(* \VV/ **************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(************************************************************************)
+
+Require Coq.extraction.Extraction.
+Declare ML Module "recdef_plugin".