diff options
Diffstat (limited to 'compiler/parser/Parser.y.pp')
-rw-r--r-- | 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 9db8f41452..4833a1805a 100644 --- a/compiler/parser/Parser.y.pp +++ b/compiler/parser/Parser.y.pp @@ -1007,7 +1007,7 @@ infixtype :: { LHsType RdrName } strict_mark :: { Located HsBang } : '!' { L1 HsStrict } | '{-# UNPACK' '#-}' '!' { LL HsUnpack } - | '{-# NOUNPACK' '#-}' '!' { LL HsNoUnpack } + | '{-# NOUNPACK' '#-}' '!' { LL HsStrict } -- A ctype is a for-all type ctype :: { LHsType RdrName } |