Operational

From HaskellWiki
Revision as of 12:03, 27 August 2011 by Apfelmus (talk | contribs) (New page: == 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 oper...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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