summaryrefslogtreecommitdiff
path: root/plugins/field/LegacyField.v
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/field/LegacyField.v')
-rw-r--r--plugins/field/LegacyField.v16
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/field/LegacyField.v b/plugins/field/LegacyField.v
new file mode 100644
index 00000000..efa53b4e
--- /dev/null
+++ b/plugins/field/LegacyField.v
@@ -0,0 +1,16 @@
+(************************************************************************)
+(* 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 *)
+(************************************************************************)
+
+(* $Id$ *)
+
+Require Export LegacyField_Compl.
+Require Export LegacyField_Theory.
+Require Export LegacyField_Tactic.
+Declare ML Module "field_plugin".
+
+(* Command declarations are moved to the ML side *)