Operational: Difference between revisions

From HaskellWiki
Line 14: Line 14:
** [http://projects.haskell.org/operational/Documentation.html Library documentation] - How to use the libary proper; documents changes with respect to the tutorial.
** [http://projects.haskell.org/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 Example code]''' - Collection of working examples.
** '''[https://github.com/HeinrichApfelmus/operational/tree/master/doc/examples#readme Example code]''' - Collection of working examples.
* <span id="feedback">Feedback</span> and Contact
* <span id="feedback">Feedback</span> and Contact
** Maintainer: [http://apfelmus.nfshost.com/ Heinrich Apfelmus] <apfelmus at quantentunnel de>
** Maintainer: [http://apfelmus.nfshost.com/ Heinrich Apfelmus] <apfelmus at quantentunnel de>

Revision as of 16:20, 27 August 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