| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Development.IDE.LSP.Server
Documentation
data WithMessage Source #
Constructors
| WithMessage | |
Fields
| |
newtype PartialHandlers Source #
Constructors
| PartialHandlers (WithMessage -> Handlers -> IO Handlers) |
Instances
| Semigroup PartialHandlers Source # | |
Defined in Development.IDE.LSP.Server Methods (<>) :: PartialHandlers -> PartialHandlers -> PartialHandlers # sconcat :: NonEmpty PartialHandlers -> PartialHandlers # stimes :: Integral b => b -> PartialHandlers -> PartialHandlers # | |
| Monoid PartialHandlers Source # | |
Defined in Development.IDE.LSP.Server Methods mappend :: PartialHandlers -> PartialHandlers -> PartialHandlers # mconcat :: [PartialHandlers] -> PartialHandlers # | |
| Default PartialHandlers Source # | |
Defined in Development.IDE.LSP.Server Methods def :: PartialHandlers # | |