From d36b4c46cc1cadf73808f4f9e7ef3d1e320c72aa Mon Sep 17 00:00:00 2001 From: herbelin Date: Sat, 6 Sep 2003 14:17:05 +0000 Subject: 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 --- contrib/field/field.ml4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/field/field.ml4') 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 -- cgit v1.2.3