About

Metadata

  • Last updated , by ryanglscott
  • License BSD-3-Clause
  • Maintained by: Edward A. Kmett <ekmett@gmail.com>

  • Lottery factor: 3

Links

Installation

Tested Compilers

  1. 9.10.1
  2. 9.8.2
  3. 9.6.6
  4. 9.4.8
  5. 9.2.8
  6. 9.0.2
  7. 8.10.7
  8. 8.8.4
  9. 8.6.5
  10. 8.4.4
  11. 8.2.2
  12. 8.0.2

Package Flags

Use the -f option with cabal commands to enable flags

    comonad (on by default)

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

    containers (on by default)

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

    kan-extensions (on by default)

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

    semigroupoids (on by default)

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

    stm (on by default)

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

    tagged (on by default)

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

    transformers (on by default)

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

    unordered-containers (on by default)

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

Readme

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