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