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 fb0ed05 commit 4965576Copy full SHA for 4965576
plugins/hls-gadt-plugin/src/Ide/Plugin/GHC.hs
@@ -250,7 +250,7 @@ prettyGADTDecl df decl =
250
-- Adjust where annotation to the same line of the type constructor
251
#if MIN_VERSION_ghc(9,11,0)
252
-- tcdDext is just a placeholder in ghc-9.12
253
- adjustWhere tcdDExt = tcdDExt
+ adjustWhere = id
254
#else
255
adjustWhere tcdDExt = tcdDExt <&>
256
#if !MIN_VERSION_ghc(9,9,0)
0 commit comments