diff options
| author | notin | 2007-08-16 11:16:43 +0000 |
|---|---|---|
| committer | notin | 2007-08-16 11:16:43 +0000 |
| commit | 4e06ff81b384ab51009abfeede8bce5f95f2bf39 (patch) | |
| tree | cfbc8f7e8fe98c6c90da8f375bcc057cea8c7b97 /contrib/field | |
| parent | dd547b82c2aefa5127f2aadf6925d4cdb11b92d4 (diff) | |
Correction du bug #1680: ajout d'un champ avoid_ids dans interp_sign;
modification de interp_ltac_reference pour passer les ids utilisées
dans le contexte d'appel d'une tactique.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10076 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 b8a978d84e..93de6118b6 100644 --- a/contrib/field/field.ml4 +++ b/contrib/field/field.ml4 @@ -159,7 +159,7 @@ let field g = | Some (eq,t::args) when eq = (Coqlib.build_coq_eq_data()).Coqlib.eq -> t | _ -> 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 ()) + (interp_tac_gen [(id_of_string "FT",th)] [] (get_debug ()) <:tactic< match goal with |- (@eq _ _ _) => field_gen FT end >>) g (* Verifies that all the terms have the same type and gives the right theory *) |
