Difference between revisions of "Operational"

From HaskellWiki
Jump to navigation Jump to search
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://projects.haskell.org/operational/Documentation.html Library documentation] - How to use the libary proper; documents changes with respect to the tutorial.
+
** [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