Operational: Difference between revisions
(Changed category Monads to Monad) |
|||
Line 22: | Line 22: | ||
[[Category:Libraries]] | [[Category:Libraries]] | ||
[[Category: | [[Category:Monad]] | ||
[[Category:Packages]] | [[Category:Packages]] |
Revision as of 21:07, 19 October 2011
What is it?
Operational is a small library for implementing custom monads.
The idea is that you can easily implement any monad by specifying instructions and their desired operational semantics.
Releases and Resources
- Download
- operational - latest version on hackage
- source code on github
- Documentation
- The Operational Monad Tutorial - Introductory document explaining the concept.
- Library documentation - How to use the libary proper; documents changes with respect to the tutorial.
- API reference on hackage.
- Example code - Collection of working examples.
- Feedback and Contact
- Maintainer: Heinrich Apfelmus <apfelmus at quantentunnel de>
- Issue Tracker
- Ask a question on StackOverflow