| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Implementation.MonadServerImplementation
Contents
Description
The implementation of our custom game server monads. Just as any other component of the library, this implementation can be substituted.
Synopsis
- executorSer :: COps -> CCUI -> ServerOptions -> UIOptions -> IO ()
- data SerState = SerState {}
- newtype SerImplementation a = SerImplementation {}
Documentation
executorSer :: COps -> CCUI -> ServerOptions -> UIOptions -> IO () Source #
Run the main server loop, with the given arguments and empty
initial states, in the IO monad.
Internal operations
Constructors
| SerState | |
Fields
| |
newtype SerImplementation a Source #
Server state transformation monad.
Constructors
| SerImplementation | |
Fields | |