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:4
LTS Haskell 22.18:0.1@rev:5
Stackage Nightly 2024-04-27:0.1@rev:6
Latest on Hackage:0.1@rev:6

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:fb4b3cedd33d5c22c573c39baa930c78eaa4feb22d43abb680c3149f8ab9fa4e,3782

Module documentation for 0.1

There are no documented modules for this package.

Depends on 3 packages(full list with versions):

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