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

Safe HaskellNone

FP.Server.Types

Description

Server types.

Synopsis

Documentation

data ServerReader Source

The configuration for the server and some state.

Instances

MonadClient Server

Necessary for calling Fay API functions.

newtype Callback Source

A callback that will look at incoming messages and determine whether it's what it wants.

Constructors

Callback (Maybe Int -> RunnerMessage -> Server Done) 

data Done Source

Is the callback done looking for what it wants?

Constructors

NotDone 
Done 

Instances

data Config Source

Configuration for server.

data Loc Source

Constructors

Loc FilePath Int Int Int Int 

data SpanType Source

A type info thing.

Constructors

SpanType Int Int Int Int Text Text