| Copyright | (C) 2008-2016 Edward Kmett |
|---|---|
| License | BSD-style (see the file LICENSE) |
| Maintainer | Edward Kmett <ekmett@gmail.com> |
| Stability | provisional |
| Portability | portable |
| Safe Haskell | Safe |
| Language | Haskell98 |
Data.Bifunctor.Clown
Description
From the Functional Pearl "Clowns to the Left of me, Jokers to the Right: Dissecting Data Structures" by Conor McBride.
Documentation
Make a Functor over the first argument of a Bifunctor.
Mnemonic: Clowns to the left (parameter of the Bifunctor), jokers to the right.
Instances
| Generic1 k1 (Clown k2 k1 f a) # | |
| Traversable f => Bitraversable (Clown * * f) # | |
| Foldable f => Bifoldable (Clown * * f) # | |
| Functor f => Bifunctor (Clown * * f) # | |
| Applicative f => Biapplicative (Clown * * f) # | |
| Functor (Clown k * f a) # | |
| Foldable (Clown k * f a) # | |
| Traversable (Clown k * f a) # | |
| Eq (f a) => Eq (Clown k1 k2 f a b) # | |
| Ord (f a) => Ord (Clown k1 k2 f a b) # | |
| Read (f a) => Read (Clown k1 k2 f a b) # | |
| Show (f a) => Show (Clown k1 k2 f a b) # | |
| Generic (Clown k1 k2 f a b) # | |
| type Rep1 k1 (Clown k2 k1 f a) # | |
| type Rep (Clown k1 k2 f a b) # | |