Safe Haskell | None |
---|---|
Language | GHC2021 |
Ide.Plugin.Pragmas
Description
Provides code actions to add missing pragmas (whenever GHC suggests to)
Synopsis
Documentation
validPragmas :: [(Text, Text, Text, AppearWhere)] #
data AppearWhere #
Pragma where exist
Instances
Show AppearWhere # | |
Defined in Ide.Plugin.Pragmas Methods showsPrec :: Int -> AppearWhere -> ShowS # show :: AppearWhere -> String # showList :: [AppearWhere] -> ShowS # | |
Eq AppearWhere # | |
Defined in Ide.Plugin.Pragmas |