diff options
Diffstat (limited to 'contrib/field/LegacyField.v')
-rw-r--r-- | contrib/field/LegacyField.v | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/contrib/field/LegacyField.v b/contrib/field/LegacyField.v deleted file mode 100644 index 08397d02..00000000 --- a/contrib/field/LegacyField.v +++ /dev/null @@ -1,15 +0,0 @@ -(************************************************************************) -(* 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: LegacyField.v 9273 2006-10-25 11:30:36Z barras $ *) - -Require Export LegacyField_Compl. -Require Export LegacyField_Theory. -Require Export LegacyField_Tactic. - -(* Command declarations are moved to the ML side *) |