Copyright | (C) 2008-2015 Edward Kmett |
---|---|
License | BSD-style (see the file LICENSE) |
Maintainer | Edward Kmett <ekmett@gmail.com> |
Stability | provisional |
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell98 |
From the Functional Pearl "Clowns to the Left of me, Jokers to the Right: Dissecting Data Structures" by Conor McBride.
Documentation
Foldable f => Bifoldable (Clown f) | |
Functor f => Bifunctor (Clown f) | |
Traversable f => Bitraversable (Clown f) | |
Applicative f => Biapplicative (Clown f) | |
Functor (Clown f a) | |
Foldable (Clown f a) | |
Traversable (Clown f a) | |
Eq (f a) => Eq (Clown f a b) | |
Ord (f a) => Ord (Clown f a b) | |
Read (f a) => Read (Clown f a b) | |
Show (f a) => Show (Clown f a b) |