pointed: Pointed and copointed data

[ bsd3, data, library ] [ Propose Tags ] [ Report a vulnerability ]

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
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

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, 5.0.5
Change log CHANGELOG.markdown
Dependencies base (>=4.9 && <5), comonad (>=5 && <6), containers (>=0.4 && <0.8), data-default-class (>=0.0.1 && <0.3), hashable (>=1.1 && <1.6), kan-extensions (>=5 && <6), semigroupoids (>=4 && <7), stm (>=2.1.2.1 && <2.6), tagged (>=0.5 && <1), transformers (>=0.2 && <0.7), transformers-compat (>=0.3 && <1), unordered-containers (>=0.2 && <0.3) [details]
Tested with ghc ==8.0.2, ghc ==8.2.2, ghc ==8.4.4, ghc ==8.6.5, ghc ==8.8.4, ghc ==8.10.7, ghc ==9.0.2, ghc ==9.2.8, ghc ==9.4.8, ghc ==9.6.6, ghc ==9.8.2, ghc ==9.10.1
License BSD-3-Clause
Copyright Copyright (C) 2008-2016 Edward A. Kmett
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
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 ryanglscott at 2024-10-26T20:15:29Z
Distributions Arch:5.0.4, Debian:5.0.1, FreeBSD:4.2.0.2, LTSHaskell:5.0.5, NixOS:5.0.4, Stackage:5.0.5
Reverse Dependencies 29 direct, 7926 indirect [details]
Downloads 80442 total (281 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 pointed-5.0.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