diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2003-09-22 07:28:03 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2003-09-22 07:28:03 +0000 |
commit | af08be9e326fe4b7e76234022fe33b1eea4c06dd (patch) | |
tree | 74da9fa6dc40ef9109e6307f62cb15457421fa2b /contrib/field | |
parent | 9ee004e00a0b5ef2bb86c1cd201382ab30673d8f (diff) |
Passage à la V8 par défaut
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4437 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/field')
-rw-r--r-- | contrib/field/field.ml4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/field/field.ml4 b/contrib/field/field.ml4 index 68650ce04..57b8cd750 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 ? ? ?)] -> Field_Gen FT>>) g + <:tactic< match context with [|- (@eq _ _ _) ] => Field_Gen FT end >>) g (* Verifies that all the terms have the same type and gives the right theory *) let guess_theory env evc = function |