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.1@rev:1
LTS Haskell 23.19:0.1.1@rev:2
Stackage Nightly 2025-04-30:0.1.1@rev:2
Latest on Hackage:0.1.1@rev:2

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.1@sha256:a75aaa3e061f245b5a25a49aa4afd52ee7c4690b7c247dfd53b04b50bd9ea6f9,3096

Module documentation for 0.1.1

There are no documented modules for this package.

Depends on 3 packages(full list with versions):
Used by 1 package in nightly-2024-12-09(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.1 – 2024-12-05

  • Drop support for pre-8.0 versions of GHC.

0.1 – 2023-02-24

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