Difference between revisions of "Operational"

From HaskellWiki
Jump to navigation Jump to search
(Changed category Monads to Monad)
(Replaced content with "''This page has been deprecated in favor of the project Readme:'' https://github.com/HeinrichApfelmus/operational#readme")
Tag: Replaced
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
  +
''This page has been deprecated in favor of the project Readme:''
== What is it? ==
 
   
 
https://github.com/HeinrichApfelmus/operational#readme
''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
 
** {{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://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.
 
** '''[https://github.com/HeinrichApfelmus/operational/tree/master/doc/examples#readme 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:Monad]]
 
[[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