Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Data.Either.Both
Documentation
Instances
Bitraversable Either' Source # | |
Defined in Data.Either.Both Methods bitraverse :: Applicative f => (a -> f c) -> (b -> f d) -> Either' a b -> f (Either' c d) # | |
Bifoldable Either' Source # | |
Bifunctor Either' Source # | |
Eq2 Either' Source # | |
Ord2 Either' Source # | |
Defined in Data.Either.Both | |
(Eq a, Eq b) => Eq (Either' a b) Source # | |
(Ord a, Ord b) => Ord (Either' a b) Source # | |
Defined in Data.Either.Both | |
(Read a, Read b) => Read (Either' a b) Source # | |
(Show a, Show b) => Show (Either' a b) Source # | |
(Semigroup a, Semigroup b) => Semigroup (Either' a b) Source # | |
(Monoid a, Monoid b) => Monoid (Either' a b) Source # | |