category-extras-0.44.1: Various modules and constructs inspired by category theory.Source codeContentsIndex
Control.Bifunctor
Portabilitynon-portable (functional-dependencies)
Stabilityexperimental
MaintainerEdward Kmett <ekmett@gmail.com>
Description
Documentation
class Bifunctor f whereSource
Methods
bimap :: (a -> c) -> (b -> d) -> f a b -> f c dSource
first :: (a -> c) -> f a b -> f c bSource
second :: (b -> d) -> f a b -> f a dSource
show/hide Instances
Produced by Haddock version 2.1.0