Path to this page:
./
math/hs-bifunctors,
Bifunctors
Branch: CURRENT,
Version: 5.6.2nb1,
Package name: hs-bifunctors-5.6.2nb1,
Maintainer: szptvlfnA bifunctor is a type constructor that takes two type arguments and is
a functor in both arguments. That is, unlike with Functor, a type
constructor such as Either does not need to be partially applied for a
Bifunctor instance, and the methods in this class permit mapping
functions over the Left value or the Right value, or both at the same
time.
Formally, the class Bifunctor represents a bifunctor from Hask ->
Hask.
Intuitively it is a bifunctor where both the first and second
arguments are covariant.
You can define a Bifunctor by either defining bimap or by defining
both first and second.
Required to run:[
devel/hs-tagged] [
devel/hs-transformers-compat] [
math/hs-semigroups] [
devel/hs-base-orphans] [
devel/hs-th-abstraction] [
math/hs-comonad] [
lang/ghc88]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 37.298 KB
Version history: (Expand)
- (2024-05-09) Updated to version: hs-bifunctors-5.6.2nb1
- (2024-05-01) Updated to version: hs-bifunctors-5.6.2
- (2023-11-02) Updated to version: hs-bifunctors-5.6.1nb1
- (2023-10-29) Updated to version: hs-bifunctors-5.6.1
- (2023-10-09) Updated to version: hs-bifunctors-5.5.14nb2
- (2023-02-09) Updated to version: hs-bifunctors-5.5.14nb1
CVS history: (Expand)