foldable1-classes-compat: Compatibility package for the Foldable1 and Bifoldable1 type classes

[ bsd3, compatibility, data, library ] [ Propose Tags ]

A compatibility package for the Foldable1 and Bifoldable1 type classes, which were introduced in base-4.18.0.0 (GHC 9.6.1). For more information, see <https://github.com/haskell/core-libraries-committee/issues/9 this Core Libraries Committee proposal>.

Foldable1 and Bifoldable1 classify non-empty data structures that can be folded to a summary value.


[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

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
Change log CHANGELOG.markdown
Dependencies base (>=4.3 && <4.20), base-orphans (>=0.8.1 && <0.10), bifunctor-classes-compat (>=0.1 && <0.2), containers (>=0.4 && <0.8), generic-deriving (>=1.14 && <1.15), ghc-prim, semigroups (>=0.18.5 && <0.21), tagged (>=0.4.4 && <1), transformers (>=0.3 && <0.7), transformers-compat (>=0.6 && <0.8) [details]
License BSD-3-Clause
Author Edward Kmett, Oleg Grenrus
Maintainer Ryan Scott <ryan.gl.scott@gmail.com>
Revised Revision 4 made by ryanglscott at 2023-09-30T12:15:50Z
Category Data, Compatibility
Home page https://github.com/haskell-compat/foldable1-classes-compat
Bug tracker https://github.com/haskell-compat/foldable1-classes-compat/issues
Source repo head: git clone https://github.com/haskell-compat/foldable1-classes-compat.git
Uploaded by ryanglscott at 2023-02-24T13:08:23Z
Distributions Arch:0.1, Fedora:0.1, LTSHaskell:0.1, NixOS:0.1, Stackage:0.1
Reverse Dependencies 10 direct, 8484 indirect [details]
Downloads 2186 total (198 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 foldable1-classes-compat-0.1

[back to package description]

foldable1-classes-compat

Hackage Hackage Dependencies Haskell Programming Language BSD3 License Build

A compatibility package for the Foldable1 and Bifoldable1 type classes, which were introduced in base-4.18.0.0 (GHC 9.6.1). For more information, see this Core Libraries Committee proposal.

Foldable1 and Bifoldable1 classify non-empty data structures that can be folded to a summary value.