Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
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
SerState | |
|
newtype SerImplementation a Source #
Server state transformation monad.