From 95daf2464edf42e8aaf0961d9e58e3f3934d09d9 Mon Sep 17 00:00:00 2001 From: simonpj Date: Wed, 9 Mar 2005 17:51:03 +0000 Subject: [PATCH] [project @ 2005-03-09 17:51:03 by simonpj] Comments --- ghc/compiler/parser/Parser.y.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/parser/Parser.y.pp b/ghc/compiler/parser/Parser.y.pp index 4fa738a..1096c5c 100644 --- a/ghc/compiler/parser/Parser.y.pp +++ b/ghc/compiler/parser/Parser.y.pp @@ -46,7 +46,7 @@ import GLAEXTS {- ----------------------------------------------------------------------------- -Conflicts: 34 shift/reduce (1.15) +Conflicts: 36 shift/reduce (1.25) 10 for abiguity in 'if x then y else z + 1' [State 178] (shift parses as 'if x then y else (z + 1)', as per longest-parse rule) -- 1.7.10.4