bifunctors-5.1: Bifunctors

Copyright(C) 2008-2015 Edward Kmett
LicenseBSD-style (see the file LICENSE)
MaintainerEdward Kmett <ekmett@gmail.com>
Stabilityprovisional
Portabilitynon-portable
Safe HaskellSafe
LanguageHaskell98

Data.Bifunctor.Join

Description

 

Synopsis

Documentation

newtype Join p a Source

Make a Functor over both arguments of a Bifunctor.

Constructors

Join 

Fields

runJoin :: p a a
 

Instances

Bifunctor p => Functor (Join p) Source 
Biapplicative p => Applicative (Join p) Source 
Bifoldable p => Foldable (Join p) Source 
Bitraversable p => Traversable (Join p) Source 
Eq (p a a) => Eq (Join p a) Source 
Ord (p a a) => Ord (Join p a) Source 
Read (p a a) => Read (Join p a) Source 
Show (p a a) => Show (Join p a) Source