hls-eval-plugin-2.6.0.0: Eval plugin for Haskell Language Server
Safe HaskellSafe-Inferred
LanguageHaskell2010

Ide.Plugin.Eval

Description

Eval Plugin entry point.

Synopsis

Documentation

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 #