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 0d90b48 commit 872dde6Copy full SHA for 872dde6
plugins/hls-class-plugin/src/Ide/Plugin/Class/ExactPrint.hs
@@ -26,7 +26,7 @@ import Language.Haskell.GHC.ExactPrint.Utils (rs)
26
#endif
27
28
makeEditText :: Monad m => ParsedModule -> DynFlags -> AddMinimalMethodsParams -> MaybeT m (T.Text, T.Text)
29
-addMethodDecls :: ParsedSource -> [(LHsDecl GhcPs, LHsDecl GhcPs)] -> Range -> Bool -> TransformT Identity (Located HsModule)
+-- addMethodDecls :: ParsedSource -> [(LHsDecl GhcPs, LHsDecl GhcPs)] -> Range -> Bool -> TransformT Identity (Located HsModule)
30
#if MIN_VERSION_ghc(9,2,0)
31
makeEditText pm df AddMinimalMethodsParams{..} = do
32
List mDecls <- MaybeT . pure $ traverse (makeMethodDecl df) methodGroup
0 commit comments