From cc1b83979b9978fb2979ae8cda86daddaa62badb Mon Sep 17 00:00:00 2001 From: barras Date: Fri, 10 Oct 2003 15:42:22 +0000 Subject: changement nouvelle syntaxe (pt fixes) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4559 85f007b7-540e-0410-9357-904b9bb8a0f7 --- contrib/interface/showproof.ml | 2 +- contrib/interface/xlate.ml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'contrib/interface') diff --git a/contrib/interface/showproof.ml b/contrib/interface/showproof.ml index d33a41f98b..f2f56caa87 100644 --- a/contrib/interface/showproof.ml +++ b/contrib/interface/showproof.ml @@ -1285,7 +1285,7 @@ let rec natural_ntree ig ntree = | TacAssumption -> natural_trivial ig lh g gs ltree | TacClear _ -> natural_clear ig lh g gs ltree (* Besoin de l'argument de la tactique *) - | TacOldInduction (NamedHyp id) -> + | TacSimpleInduction (NamedHyp id) -> natural_induction ig lh g gs ge id ltree false | TacExtend (_,"InductionIntro",[a]) -> let id=(out_gen wit_ident a) in diff --git a/contrib/interface/xlate.ml b/contrib/interface/xlate.ml index 244b0543d3..2be3e18e68 100644 --- a/contrib/interface/xlate.ml +++ b/contrib/interface/xlate.ml @@ -964,8 +964,8 @@ and xlate_tac = CT_elim (xlate_formula c1, xlate_bindings sl, xlate_using u) | TacCase (c1,sl) -> CT_casetac (xlate_formula c1, xlate_bindings sl) - | TacOldInduction h -> CT_induction (xlate_quantified_hypothesis h) - | TacOldDestruct h -> CT_destruct (xlate_quantified_hypothesis h) + | TacSimpleInduction h -> CT_induction (xlate_quantified_hypothesis h) + | TacSimpleDestruct h -> CT_destruct (xlate_quantified_hypothesis h) | TacCut c -> CT_cut (xlate_formula c) | TacLApply c -> CT_use (xlate_formula c) | TacDecompose ([],c) -> -- cgit v1.2.3