fpco-api-1.2.0.5: Simple interface to the FP Complete IDE API.

Safe HaskellNone
LanguageHaskell2010

FP.Server

Description

Main entry point to the server.

Synopsis

Documentation

runWithConfig :: ServerM () b -> Config -> IO b Source

Run the given Server command with the config. Good for testing in the repl.

startServer :: Bool -> ServerM () () Source

Start the server.

convertMsg :: FilePath -> SourceInfo -> CompileMessage Source

Convert an API message to a more structurally convenient reply message.