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

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

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]

Modules

[Last Documentation]

  • Data
    • Data.Bifoldable1
    • Data.Foldable1

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

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.1, 0.1.2
Change log CHANGELOG.markdown
Dependencies base (>=4.9 && <4.22), base-orphans (>=0.8.1 && <0.10), bifunctor-classes-compat (>=0.1 && <0.2), containers (>=0.4 && <0.9), ghc-prim (>=0.7 && <0.14), tagged (>=0.4.4 && <1), transformers (>=0.3 && <0.7) [details]
Tested with ghc ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.6 || ==9.8.4 || ==9.10.1 || ==9.12.1
License BSD-3-Clause
Author Edward Kmett, Oleg Grenrus
Maintainer Ryan Scott <ryan.gl.scott@gmail.com>
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 2025-06-17T11:48:46Z
Distributions Arch:0.1, LTSHaskell:0.1.1, NixOS:0.1, Stackage:0.1.2
Reverse Dependencies 16 direct, 8885 indirect [details]
Downloads 4512 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2025-06-17 [all 1 reports]

Readme for foldable1-classes-compat-0.1.2

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