Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.38 KB

README.markdown

File metadata and controls

24 lines (21 loc) · 1.38 KB

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.