The latest version of supermonad is 0.2.1.1-0.
supermonad
Version 0.2.0 revision 0 uploaded by JanBracker.
Package meta
- Synopsis
- Plugin and base library to support supermonads in Haskell
- Description
The
supermonad
library adds support for supermonads to GHC using a type checker plugin. Plugins are available from GHC 7.10 onwards. The base library containing the Haskell representation of super monads is also given by this package. Supermonads provide a unified representation of several monadic generalizations to remove the need for manual disambiguation between these notions and allow sharing of common functions between them. Additional information can be found in the README.- Author
- Jan Bracker <jan.bracker@googlemail.com>
- Bug reports
- https://github.com/jbracker/supermonad/issues
- Category
- Type System, Plugin, Monad
- Copyright
- Copyright (c) 2016, Jan Bracker
- Homepage
- n/a
- Maintainer
- Jan Bracker <jan.bracker@googlemail.com>
- Package URL
- n/a
- Stability
- experimental