bifunctors-5: Bifunctors

Copyright(C) 2008-2015 Edward Kmett
LicenseBSD-style (see the file LICENSE)
MaintainerEdward Kmett <ekmett@gmail.com>
Stabilityprovisional
Portabilitynon-portable
Safe HaskellSafe-Inferred
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) 
Biapplicative p => Applicative (Join p) 
Bifoldable p => Foldable (Join p) 
Bitraversable p => Traversable (Join p) 
Eq (p a a) => Eq (Join p a) 
Ord (p a a) => Ord (Join p a) 
Read (p a a) => Read (Join p a) 
Show (p a a) => Show (Join p a)