Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data Log
- descriptor :: Recorder (WithPriority Log) -> PluginId -> PluginDescriptor IdeState
- provider :: Recorder (WithPriority Log) -> FormattingHandler IdeState
Documentation
descriptor :: Recorder (WithPriority Log) -> PluginId -> PluginDescriptor IdeState Source #
provider :: Recorder (WithPriority Log) -> FormattingHandler IdeState Source #
Formatter provider of cabal fmt. Formats the given source in either a given Range or the whole Document. If the provider fails an error is returned that can be displayed to the user.