@hackage GotoT-transformers1.0.0.1
A monad and monadic transformer providing "goto" functionality
Categories
License
BSD-3-Clause
Maintainer
Gregory Crosswhite <gcross@phys.washington.edu>
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (2)
- base >=3 && <5
- transformers >=0.2 && <0.4 Show all…
Dependents (2)
@hackage/acme-everything, @hackage/Hsed
This module provides a monad and a monad transformer that allow the user to transfer the flow of execution from an arbitrary point of a monadic computation to another monadic computation.