From a04706bd19e8ebc06fdb9c9f7eebd049edd4a9f3 Mon Sep 17 00:00:00 2001 From: herbelin Date: Fri, 11 Apr 2003 08:54:07 +0000 Subject: Explicitation arguments de eq git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3914 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 a277e8304..4ac1e0e9a 100644 --- a/contrib/field/field.ml4 +++ b/contrib/field/field.ml4 @@ -151,7 +151,7 @@ let field g = | _ -> error "The statement is not built from Leibniz' equality" in let th = VConstr (lookup 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 ?1 ?2 ?3)] -> 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