Safe Haskell | None |
---|---|
Language | Haskell2010 |
Dhall.LSP.State
Documentation
data ServerConfig Source #
Constructors
ServerConfig | |
Fields |
Instances
Show ServerConfig Source # | |
Defined in Dhall.LSP.State Methods showsPrec :: Int -> ServerConfig -> ShowS # show :: ServerConfig -> String # showList :: [ServerConfig] -> ShowS # | |
FromJSON ServerConfig Source # | |
Defined in Dhall.LSP.State | |
Default ServerConfig Source # | |
Defined in Dhall.LSP.State Methods def :: ServerConfig # |
data ServerState Source #
Constructors
ServerState | |
Fields
|
errors :: Lens' ServerState (Map Uri DhallError) Source #
sendFunc :: Functor f => LensLike' f (LspFuncs ServerConfig) (FromServerMessage -> IO ()) Source #