Operational: Difference between revisions

From HaskellWiki
(Replaced content with "''This page has been deprecated in favor of the project Readme:'' https://github.com/HeinrichApfelmus/operational#readme")
Tag: Replaced
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== What is it? ==
''This page has been deprecated in favor of the project Readme:''


''Operational'' is a small library for implementing custom monads.
https://github.com/HeinrichApfelmus/operational#readme
 
The idea is that you can easily implement any monad by specifying instructions and their desired operational semantics.
 
== Releases and Resources ==
 
* Download
** {{HackagePackage|id=operational}} - latest version on hackage
** [https://github.com/HeinrichApfelmus/operational source code] on github
* Documentation
** [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://hackage.haskell.org/package/operational/ API reference] on hackage.
** '''[https://github.com/HeinrichApfelmus/operational/tree/master/doc/examples Example code]''' - Collection of working examples.
* <span id="feedback">Feedback</span> and Contact
** Maintainer: [http://apfelmus.nfshost.com/ Heinrich Apfelmus] <apfelmus at quantentunnel de>
** [https://github.com/HeinrichApfelmus/operational/issues?sort=created&direction=desc&state=open Issue Tracker]
** [http://stackoverflow.com/questions/ask?tags=monads+haskell Ask a question on StackOverflow]
 
 
[[Category:Libraries]]
[[Category:Monads]]
[[Category:Packages]]

Latest revision as of 20:48, 29 December 2023

This page has been deprecated in favor of the project Readme:

https://github.com/HeinrichApfelmus/operational#readme