Operational: Difference between revisions
Line 12: | Line 12: | ||
* Documentation | * Documentation | ||
** [http://themonadreader.wordpress.com/2010/01/26/issue-15/ The Operational Monad Tutorial] - Introductory document explaining the concept. | ** [http://themonadreader.wordpress.com/2010/01/26/issue-15/ The Operational Monad Tutorial] - Introductory document explaining the concept. | ||
** [http:// | ** [http://heinrichapfelmus.github.com/operational/Documentation.html Library documentation] - How to use the libary proper; documents changes with respect to the tutorial. | ||
** [http://hackage.haskell.org/package/operational/ API reference] on hackage. | ** [http://hackage.haskell.org/package/operational/ API reference] on hackage. | ||
** '''[https://github.com/HeinrichApfelmus/operational/tree/master/doc/examples#readme Example code]''' - Collection of working examples. | ** '''[https://github.com/HeinrichApfelmus/operational/tree/master/doc/examples#readme Example code]''' - Collection of working examples. |
Revision as of 08:21, 3 September 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