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

Ide.Plugin.Eval

Description

Eval Plugin entry point.

Synopsis

Documentation

descriptor :: Recorder (WithPriority Log) -> PluginId -> PluginDescriptor IdeState Source #

Plugin descriptor

newtype Log Source #

Constructors

LogEvalRules Log 

Instances

Instances details
Show Log Source # 
Instance details

Defined in Ide.Plugin.Eval

Methods

showsPrec :: Int -> Log -> ShowS #

show :: Log -> String #

showList :: [Log] -> ShowS #

Pretty Log Source # 
Instance details

Defined in Ide.Plugin.Eval

Methods

pretty :: Log -> Doc ann #

prettyList :: [Log] -> Doc ann #