@hackage monad-task0.2.0
A monad transformer that turns event processing into co-routine programming.
Categories
License
BSD-3-Clause
Maintainer
Paul Liu <paul@thev.net>
Links
Versions
Installation
Dependencies (3)
- base <6
- mtl >=2 && <3
- transformers >0.4 && <0.6 Show all…
Dependents (3)
@hackage/GLFW-task, @hackage/acme-everything, @hackage/LambdaINet
monad-task
Task monad transformer that turns event processing into co-routine programming.
See Invert the Inversion of Control for a tutorial on writing a GLFW/OpenGL application using task monad.