hls-pragmas-plugin-2.4.0.0: Pragmas plugin for Haskell Language Server
Safe HaskellSafe-Inferred
LanguageHaskell2010

Ide.Plugin.Pragmas

Description

Provides code actions to add missing pragmas (whenever GHC suggests to)

Synopsis

Documentation

data AppearWhere #

Pragma where exist

Constructors

NewLine

Must be on a new line

CanInline

Can appear in the line

Instances

Instances details
Show AppearWhere # 
Instance details

Defined in Ide.Plugin.Pragmas

Methods

showsPrec :: Int -> AppearWhere -> ShowS #

show :: AppearWhere -> String #

showList :: [AppearWhere] -> ShowS #

Eq AppearWhere # 
Instance details

Defined in Ide.Plugin.Pragmas

Methods

(==) :: AppearWhere -> AppearWhere -> Bool #

(/=) :: AppearWhere -> AppearWhere -> Bool #