From 36a6da6a1256f489b63170f8102bc904ba340c2b Mon Sep 17 00:00:00 2001 From: herbelin Date: Fri, 20 Feb 2004 14:34:21 +0000 Subject: commit précédent erroné git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5366 85f007b7-540e-0410-9357-904b9bb8a0f7 --- translate/ppconstrnew.ml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/translate/ppconstrnew.ml b/translate/ppconstrnew.ml index f8d81c2430..9b2faf4ba9 100644 --- a/translate/ppconstrnew.ml +++ b/translate/ppconstrnew.ml @@ -537,7 +537,6 @@ let rec pr sep inherited a = hov 0 (str "else" ++ pr (fun () -> brk (1,1)) ltop b2)), lif -(* | COrderedCase (_,st,po,c,[b1;b2]) when st = IfStyle -> (* On force les parenthèses autour d'un "if" sous-terme (même si le parsing est lui plus tolérant) *) @@ -557,7 +556,7 @@ let rec pr sep inherited a = pr spc ltop c ++ str " in") ++ pr spc ltop b), lletin -*) + | COrderedCase (_,style,po,c,bl) -> hv 0 ( str (if style=MatchStyle then "old_match " else "match ") ++ -- cgit v1.2.3