hls-pragmas-plugin-2.6.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 Source #

Pragma where exist

Constructors

NewLine

Must be on a new line

CanInline

Can appear in the line

Instances

Instances details
Show AppearWhere Source # 
Instance details

Defined in Ide.Plugin.Pragmas

Eq AppearWhere Source # 
Instance details

Defined in Ide.Plugin.Pragmas