aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/field/field.ml4
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-09-06 14:17:05 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-09-06 14:17:05 +0000
commitd36b4c46cc1cadf73808f4f9e7ef3d1e320c72aa (patch)
tree88964aa809123728d22b9d869d557b7a2192e1ea /contrib/field/field.ml4
parent32eded43f06759b4e6ffe1d2727384acf4c58a45 (diff)
Pour accomoder autant le printer v8 que v7
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4315 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/field/field.ml4')
-rw-r--r--contrib/field/field.ml42
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/field/field.ml4 b/contrib/field/field.ml4
index 8dda20643..68650ce04 100644
--- a/contrib/field/field.ml4
+++ b/contrib/field/field.ml4
@@ -156,7 +156,7 @@ let field g =
| _ -> error "The statement is not built from Leibniz' equality" in
let th = VConstr (lookup (pf_env g) typ) in
(interp_tac_gen [(id_of_string "FT",th)] (get_debug ())
- <:tactic< Match Context With [|-(!eq ?1 ?2 ?3)] -> Field_Gen FT>>) g
+ <:tactic< Match Context With [|-(!eq ? ? ?)] -> Field_Gen FT>>) g
(* Verifies that all the terms have the same type and gives the right theory *)
let guess_theory env evc = function