@hackage foldable1-classes-compat0.1.3
Compatibility package for the Foldable1 and Bifoldable1 type classes
Categories
License
BSD-3-Clause
Maintainer
Ryan Scott <ryan.gl.scott@gmail.com>
Links
Versions
Installation
Tested Compilers
Dependencies (7)
- base >=4.9 && <4.23
- base-orphans >=0.8.1 && <0.10
- bifunctor-classes-compat >=0.1 && <0.2
- containers >=0.4 && <0.9
- ghc-prim >=0.7 && <0.14
- tagged >=0.4.4 && <1 Show all…
Dependents (19)
@hackage/cabal-scaffold, @hackage/coco, @hackage/these, @hackage/fixed-vector, @hackage/cuddle, @hackage/prairie, Show all…
Package Flags
tagged
(on by default)
You can disable the use of the tagged package using `-f-tagged`.
Disabling this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users.
foldable1-classes-compat
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.