Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/e305fc74c22ff40d345780e418da0056eb3720df >--------------------------------------------------------------- commit e305fc74c22ff40d345780e418da0056eb3720df Author: Ian Lynagh <i...@well-typed.com> Date: Fri Nov 30 14:13:36 2012 +0000 Detab >--------------------------------------------------------------- compiler/parser/Parser.y.pp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/compiler/parser/Parser.y.pp b/compiler/parser/Parser.y.pp index a7a327a..9db8f41 100644 --- a/compiler/parser/Parser.y.pp +++ b/compiler/parser/Parser.y.pp @@ -882,7 +882,7 @@ activation :: { Maybe Activation } explicit_activation :: { Activation } -- In brackets : '[' INTEGER ']' { ActiveAfter (fromInteger (getINTEGER $2)) } | '[' '~' INTEGER ']' { ActiveBefore (fromInteger (getINTEGER $3)) } - | '[' '~' ']' { NeverActive } + | '[' '~' ']' { NeverActive } rule_forall :: { [RuleBndr RdrName] } : 'forall' rule_var_list '.' { $2 } _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc