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:f2f1c40f9e3322ce8d4101cb2925b420e19b993ef543a6b106d91accf08be78d,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).