Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
initialiseCommandQueue :: IO CommandQueue Source #
runCommandM :: CommandM a -> ServerM (LspM Config) (Either String a) Source #
inferTypeOfText :: FilePath -> Text -> ServerM (LspM Config) (Either String String) Source #
fromHighlightingInfo :: HighlightingInfo -> SemanticTokenAbsolute Source #