comonad-transformers: Comonad transformers

[ bsd3, comonads, control, deprecated, library ] [ Propose Tags ]
Deprecated in favor of comonad

Comonad transformers


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.1.1, 0.2.0, 0.2.1, 0.3, 0.4, 0.4.1, 0.5.0, 0.6.0, 0.6.1, 0.6.2, 0.6.5, 0.7.0, 0.9.0, 0.10.0, 0.10.1, 0.10.1.1, 1.0.0, 1.0.1, 1.1.0, 1.2.0, 1.2.1, 1.3.0, 1.3.0.1, 1.4.0, 1.5.0, 1.5.0.1, 1.5.0.2, 1.5.0.4, 1.5.2, 1.5.2.1, 1.5.2.2, 1.5.2.3, 1.5.2.5, 1.5.2.6, 1.5.3, 1.6.0, 1.6.1, 1.6.2, 1.6.3, 1.7, 1.8.0, 1.8.0.1, 1.8.0.2, 1.8.0.3, 2.0.0, 2.0.2, 2.0.3, 2.1, 2.1.1, 2.1.1.1, 2.1.2, 3.0, 3.0.0.1, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.1, 4.0
Change log CHANGELOG.markdown
Dependencies base (>=4 && <4.7), comonad (>=3.0), containers (>=0.3 && <0.6), contravariant (>=0.2.0.1), distributive (>=0.2.2), semigroupoids (>=3.0), semigroups (>=0.8.3.1), transformers (>=0.2 && <0.4) [details]
License BSD-3-Clause
Copyright Copyright (C) 2008-2012 Edward A. Kmett
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
Revised Revision 1 made by HerbertValerioRiedel at 2015-08-20T08:07:31Z
Category Control, Comonads
Home page http://github.com/ekmett/comonad-transformers/
Bug tracker http://github.com/ekmett/comonad-transformers/issues
Source repo head: git clone git://github.com/ekmett/comonad-transformers.git
Uploaded by EdwardKmett at 2013-01-06T20:10:52Z
Distributions NixOS:4.0
Reverse Dependencies 34 direct, 8115 indirect [details]
Downloads 61372 total (144 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for comonad-transformers-3.0.1

[back to package description]

comonad-transformers

Build Status

This package provides a standard set of comonad transformers for Haskell.

Like the transformers package this package is Haskell 98.

Clases for these types are provided by the comonads-fd package.

Contact Information

Contributions and bug reports are welcome!

Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.

-Edward Kmett