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

Safe HaskellNone

FP.Server

Description

Main entry point to the server.

Synopsis

Documentation

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

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

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

Start the server.

convertMsg :: FilePath -> SourceInfo -> CompileMessageSource

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