contravariant: Contravariant functors

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

Contravariant functors.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
tagged

You can disable the use of the tagged package using `-f-tagged`.

Disabling this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users.

Enabled
semigroups

You can disable the use of the semigroups package using `-f-semigroups`.

Disabling this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users.

Enabled
statevar

You can disable the use of the StateVar package using `-f-StateVar`.

Disabling this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users.

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

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.0.1, 0.1.1, 0.1.2, 0.1.2.1, 0.1.3, 0.2, 0.2.0.1, 0.2.0.2, 0.3, 0.4, 0.4.1, 0.4.3, 0.4.4, 0.5, 0.5.1, 0.5.2, 0.6, 0.6.1, 0.6.1.1, 1.0, 1.1, 1.2, 1.2.0.1, 1.2.1, 1.2.2, 1.2.2.1, 1.3, 1.3.1, 1.3.1.1, 1.3.2, 1.3.3, 1.4, 1.4.1, 1.5, 1.5.1, 1.5.2, 1.5.3, 1.5.4, 1.5.5
Change log CHANGELOG.markdown
Dependencies base (<5), ghc-prim, semigroups (>=0.18.5 && <1), StateVar (>=1.2.1 && <1.3), tagged (>=0.8.6.1 && <1), transformers (>=0.3 && <0.6), transformers-compat (>=0.5 && <1), void (>=0.6.1 && <1) [details]
License BSD-3-Clause
Copyright Copyright (C) 2007-2015 Edward A. Kmett
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
Revised Revision 1 made by ryanglscott at 2021-07-27T14:14:06Z
Category Control, Data
Home page http://github.com/ekmett/contravariant/
Bug tracker http://github.com/ekmett/contravariant/issues
Source repo head: git clone git://github.com/ekmett/contravariant.git
Uploaded by ryanglscott at 2021-07-25T21:01:58Z
Distributions Arch:1.5.5, Debian:1.5.2, Fedora:1.5.5, FreeBSD:1.3.2, LTSHaskell:1.5.5, NixOS:1.5.5, Stackage:1.5.5, openSUSE:1.5.5
Reverse Dependencies 183 direct, 8314 indirect [details]
Downloads 267919 total (353 in the last 30 days)
Rating 2.5 (votes: 4) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-07-29 [all 1 reports]

Readme for contravariant-1.5.4

[back to package description]

contravariant

Hackage Build Status

Haskell 98 contravariant functors

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