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

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.7), 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>
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-27T22:26:56Z
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 180 direct, 8297 indirect [details]
Downloads 267463 total (310 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-27 [all 1 reports]

Readme for contravariant-1.5.5

[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