Safe Haskell | None |
---|
The main game action monad type implementation. Just as any other
component of the library, this implementation can be substituted.
This module should not be imported anywhere except in Action
to expose the executor to any code using the library.
- data ActionSer a
- executorSer :: ActionSer () -> IO ()
Documentation
Server state transformation monad.
executorSer :: ActionSer () -> IO ()Source
Run an action in the IO
monad, with undefined state.