From ecf5fbd6bc5fc12166dd36c1b12ec714b86d0a63 Mon Sep 17 00:00:00 2001 From: narboux Date: Wed, 12 Nov 2003 18:03:50 +0000 Subject: Idtac peut prendre un argument à afficher MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4863 85f007b7-540e-0410-9357-904b9bb8a0f7 --- translate/pptacticnew.ml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'translate/pptacticnew.ml') diff --git a/translate/pptacticnew.ml b/translate/pptacticnew.ml index 7b9ba49d8..a0ef088f7 100644 --- a/translate/pptacticnew.ml +++ b/translate/pptacticnew.ml @@ -678,7 +678,8 @@ let rec pr_tac env inherited tac = str "first" ++ spc () ++ pr_seq_body (pr_tac env ltop) tl, llet | TacSolve tl -> str "solve" ++ spc () ++ pr_seq_body (pr_tac env ltop) tl, llet - | TacId -> str "idtac", latom + | TacId "" -> str "idtac", latom + | TacId s -> str "idtac" ++ (qsnew s), latom | TacAtom (loc,t) -> pr_with_comments loc (hov 1 (pr_atom1 env t)), ltatom | TacArg(Tacexp e) -> pr_tac0 env e, latom -- cgit v1.2.3