blob: efa53b4e9d5f9f67e622d2c349b2415ddb01aaad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 *)
|