pointed: Pointed and copointed data

[ bsd3, data, library ] [ Propose Tags ]

Pointed and copointed data


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
comonad

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

Enabled
containers

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

Enabled
kan-extensions

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

Enabled
semigroupoids

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

Enabled
semigroups

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

Enabled
stm

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

Enabled
tagged

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

Enabled
transformers

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

Enabled
unordered-containers

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

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.1, 0.1.2, 0.1.3, 0.1.4, 1.8.0, 1.8.0.1, 1.8.0.2, 2.0, 2.0.1, 2.0.2, 2.0.3, 2.0.3.1, 2.0.3.2, 2.1, 2.1.0.1, 2.1.0.2, 3.0, 3.0.0.1, 3.0.1, 3.0.2, 3.0.3, 3.1, 4.0, 4.1, 4.1.1, 4.2, 4.2.0.1, 4.2.0.2, 5, 5.0.1, 5.0.2, 5.0.3, 5.0.4
Change log CHANGELOG.markdown
Dependencies base (>=4 && <4.16), comonad (>=5 && <6), containers (>=0.4 && <0.6), data-default-class (>=0.0.1 && <0.2), hashable (>=1.1 && <1.3), kan-extensions (>=5 && <6), semigroupoids (>=4 && <5.2.2), semigroups (>=0.8.3.1 && <1), stm (>=2.1.2.1 && <2.5), tagged (>=0.5 && <1), transformers (>=0.2 && <0.6), transformers-compat (>=0.3 && <1), unordered-containers (>=0.2 && <0.3) [details]
License BSD-3-Clause
Copyright Copyright (C) 2008-2016 Edward A. Kmett
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
Revised Revision 3 made by ryanglscott at 2023-01-23T23:57:20Z
Category Data
Home page http://github.com/ekmett/pointed/
Bug tracker http://github.com/ekmett/pointed/issues
Source repo head: git clone git://github.com/ekmett/pointed.git
Uploaded by EdwardKmett at 2016-01-17T02:40:23Z
Distributions Arch:5.0.4, Debian:5.0.1, FreeBSD:4.2.0.2, LTSHaskell:5.0.4, NixOS:5.0.4, Stackage:5.0.4
Reverse Dependencies 29 direct, 7755 indirect [details]
Downloads 78848 total (158 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-01-20 [all 1 reports]

Readme for pointed-5

[back to package description]

pointed

Hackage Build Status

Haskell 98 pointed and copointed data types.

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