aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/field/field.ml4
diff options
context:
space:
mode:
authorGravatar delahaye <delahaye@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-04-20 08:11:13 +0000
committerGravatar delahaye <delahaye@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-04-20 08:11:13 +0000
commiteeff794a56b9ece701932babf34a681a81d96d0b (patch)
treeb46ab875b9539efe0ae94cb75f30e2148b6d106a /contrib/field/field.ml4
parent5d042cd40c3cae007a853d6a60e49bb7ae404500 (diff)
Ajout des entetes
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1641 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/field/field.ml4')
-rw-r--r--contrib/field/field.ml410
1 files changed, 9 insertions, 1 deletions
diff --git a/contrib/field/field.ml4 b/contrib/field/field.ml4
index 60edfe07d..988d9dfc4 100644
--- a/contrib/field/field.ml4
+++ b/contrib/field/field.ml4
@@ -1,7 +1,15 @@
-(* field.ml4 *)
+(***********************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *)
+(* \VV/ *************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(***********************************************************************)
(*i camlp4deps: "parsing/grammar.cma kernel/names.cmo parsing/ast.cmo parsing/g_tactic.cmo parsing/g_constr.cmo" i*)
+(* $Id$ *)
+
open Names
open Proof_type
open Tacinterp