Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Base Functors for standard types not already expressed as a fixed point.
Documentation
Base Functor for NonEmpty
Eq2 NonEmptyF Source # | |
Ord2 NonEmptyF Source # | |
Read2 NonEmptyF Source # | |
Show2 NonEmptyF Source # | |
Bifunctor NonEmptyF Source # | |
Bitraversable NonEmptyF Source # | |
Bifoldable NonEmptyF Source # | |
Functor (NonEmptyF a) Source # | |
Foldable (NonEmptyF a) Source # | |
Traversable (NonEmptyF a) Source # | |
Generic1 (NonEmptyF a) Source # | |
Eq a => Eq1 (NonEmptyF a) Source # | |
Ord a => Ord1 (NonEmptyF a) Source # | |
Read a => Read1 (NonEmptyF a) Source # | |
Show a => Show1 (NonEmptyF a) Source # | |
(Eq b, Eq a) => Eq (NonEmptyF a b) Source # | |
(Ord b, Ord a) => Ord (NonEmptyF a b) Source # | |
(Read b, Read a) => Read (NonEmptyF a b) Source # | |
(Show b, Show a) => Show (NonEmptyF a b) Source # | |
Generic (NonEmptyF a b) Source # | |
type Rep1 (NonEmptyF a) Source # | |
type Rep (NonEmptyF a b) Source # | |