foldable1-classes-compat

Compatibility package for the Foldable1 and Bifoldable1 type classes

https://github.com/haskell-compat/foldable1-classes-compat

Version on this page:0.1@rev:2
LTS Haskell 22.17:0.1@rev:4
Stackage Nightly 2024-04-18:0.1@rev:4
Latest on Hackage:0.1@rev:4

See all snapshots foldable1-classes-compat appears in

BSD-3-Clause licensed by Edward Kmett, Oleg Grenrus
Maintained by Ryan Scott
This version can be pinned in stack with:foldable1-classes-compat-0.1@sha256:851225c0d4ccf6ca5e4df17347490945c9928548e431f15e7e7d80c240bc4d17,3782

Module documentation for 0.1

There are no documented modules for this package.

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.

Changes

Revision history for foldable1-classes-compat

0.1 – 2023-02-24

  • Backport the Foldable1 and Bifoldable1 type classes that were introduced in base-4.18.0.0 (GHC 9.6).