From 3a4e701b78c0422b019bbac3ea39198126de0677 Mon Sep 17 00:00:00 2001 From: herbelin Date: Sat, 23 Sep 2006 09:36:05 +0000 Subject: Déplacement surround dans util.ml et parenthésage des déclarations castées si aussi suivies de leur type (p.ex. dans les hypothèses de but), afin d'éviter des configurations non réinterprétables comme x:nat:nat. 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@9164 85f007b7-540e-0410-9357-904b9bb8a0f7 --- parsing/pptactic.ml | 2 -- 1 file changed, 2 deletions(-) (limited to 'parsing/pptactic.ml') diff --git a/parsing/pptactic.ml b/parsing/pptactic.ml index 254a789c0..f354ac44f 100644 --- a/parsing/pptactic.ml +++ b/parsing/pptactic.ml @@ -261,8 +261,6 @@ let rec pr_tacarg_using_rule pr_gen = function | [], [] -> mt () | _ -> failwith "Inconsistent arguments of extended tactic" -let surround p = hov 1 (str"(" ++ p ++ str")") - let pr_extend_gen prgen lev s l = try let tags = List.map genarg_tag l in -- cgit v1.2.3