invariant: Haskell98 invariant functors

[ bsd2, control, data, library ] [ Propose Tags ]

Haskell98 invariant functors (also known as exponential functors).

For more information, see Edward Kmett's article "Rotten Bananas":

http://comonad.com/reader/2008/rotten-bananas/


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.1.1, 0.1.2, 0.2, 0.2.1, 0.2.2, 0.3, 0.3.1, 0.4, 0.4.1, 0.4.2, 0.4.3, 0.5, 0.5.1, 0.5.2, 0.5.3, 0.5.4, 0.5.5, 0.5.6, 0.6, 0.6.1, 0.6.2, 0.6.3
Change log CHANGELOG.md
Dependencies array (>=0.3 && <0.6), base (>=4 && <5), bifunctors (>=5.2 && <6), comonad (>=5 && <6), containers (>=0.1 && <0.7), contravariant (>=0.5 && <2), ghc-prim, profunctors (>=5.2.1 && <6), semigroups (>=0.16.2 && <1), StateVar (>=1.1 && <2), stm (>=2.2 && <3), tagged (>=0.7.3 && <1), template-haskell (>=2.4 && <2.18), th-abstraction (>=0.4 && <0.5), transformers (>=0.2 && <0.6), transformers-compat (>=0.3 && <1), unordered-containers (>=0.2.4 && <0.3) [details]
License BSD-2-Clause
Author Nicolas Frisby <nicolas.frisby@gmail.com>
Maintainer Nicolas Frisby <nicolas.frisby@gmail.com>, Ryan Scott <ryan.gl.scott@gmail.com>
Category Control, Data
Home page https://github.com/nfrisby/invariant-functors
Bug tracker https://github.com/nfrisby/invariant-functors/issues
Source repo head: git clone https://github.com/nfrisby/invariant-functors
Uploaded by ryanglscott at 2020-10-01T13:52:00Z
Distributions Arch:0.6.2, Debian:0.5.3, Fedora:0.6, LTSHaskell:0.6.3, NixOS:0.6.3, Stackage:0.6.3, openSUSE:0.6.2
Reverse Dependencies 18 direct, 7787 indirect [details]
Downloads 57524 total (578 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-10-01 [all 1 reports]

Readme for invariant-0.5.4

[back to package description]

invariant

Hackage Hackage Dependencies Haskell Programming Language BSD3 License Build

Haskell98 invariant functors