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