We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60d92aa commit 9df12c5Copy full SHA for 9df12c5
src/GHC/All.hs
@@ -174,7 +174,7 @@ impliedEnables ext = case Data.List.lookup ext extensionImplications of
174
impliedDisables :: Extension -> [Extension]
175
impliedDisables ext = case Data.List.lookup ext extensionImplications of
176
Just exts -> ext : snd exts
177
- Nothing -> []
+ Nothing -> [ext]
178
179
-- | Parse a Haskell module. Applies the C pre processor, and uses
180
-- best-guess fixity resolution if there are ambiguities. The
0 commit comments