ContentsIndex
Etc.BiFunctor
Documentation
class BiFunctor f where
Methods
bmap :: (a -> c) -> (b -> d) -> f a b -> f c d
show/hide Instances
mapL :: BiFunctor f => (a -> c) -> f a b -> f c b
mapR :: BiFunctor f => (b -> d) -> f a b -> f a d
mapLR :: BiFunctor f => (a -> b) -> f a a -> f b b
Produced by Haddock version 0.8