haskell-language-server-2.9.0.0: LSP server for GHC
Safe HaskellSafe-Inferred
LanguageGHC2021

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