summaryrefslogtreecommitdiff
path: root/contrib/field/LegacyField.v
blob: 08397d02e4804d4e9750fcb985e700432d24e96d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(************************************************************************)
(*  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 *)