reducers: Semigroups, specialized containers and a general map/reduce framework

[ bsd3, data, library, math, numerical, semigroups ] [ Propose Tags ] [ Report a vulnerability ]

Semigroups, specialized containers and a general map/reduce framework.


[Skip to Readme]

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.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.7, 0.1.8, 0.1.9, 0.2, 0.3, 0.3.0.1, 3.0, 3.0.0.1, 3.0.0.2, 3.0.1, 3.0.2, 3.0.2.1, 3.10, 3.10.1, 3.10.1.1, 3.10.2, 3.10.2.1, 3.10.3, 3.10.3.1, 3.10.3.2, 3.11, 3.12, 3.12.1, 3.12.2, 3.12.3, 3.12.4, 3.12.5
Change log CHANGELOG.markdown
Dependencies array (>=0.3 && <0.6), base (>=4.9 && <5), bytestring (>=0.9.1 && <0.13), containers (>=0.3 && <0.9), fingertree (>=0.1 && <0.2), hashable (>=1.1.2.1 && <1.6), semigroupoids (>=4 && <7), text (>=0.11.1.5 && <2.2), transformers (>=0.2 && <0.7), 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.4, ghc ==9.10.1, ghc ==9.12.1
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 1 made by ryanglscott at 2025-03-03T10:11:22Z
Category Data, Math, Numerical, Semigroups
Home page http://github.com/ekmett/reducers/
Bug tracker http://github.com/ekmett/reducers/issues
Source repo head: git clone git://github.com/ekmett/reducers.git
Uploaded by ryanglscott at 2024-12-06T11:03:07Z
Distributions Arch:3.12.5, Debian:3.12.3, Fedora:3.12.4, LTSHaskell:3.12.5, NixOS:3.12.4, Stackage:3.12.5
Reverse Dependencies 11 direct, 217 indirect [details]
Downloads 79797 total (52 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-12-06 [all 1 reports]

Readme for reducers-3.12.5

[back to package description]

reducers

Hackage Build Status

This package provides a number of semigroup-based containers and reductions.

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