| Copyright | (c) Edward Kmett 2017 |
|---|---|
| License | BSD2 |
| Maintainer | Edward Kmett <ekmett@gmail.com> |
| Stability | experimental |
| Portability | non-portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Coda.Rev
Description
Documentation
Instances
| Eq (f a) => Eq (Rev f a) Source # | |
| Ord (f a) => Ord (Rev f a) Source # | |
| Read (f a) => Read (Rev f a) Source # | |
| Show (f a) => Show (Rev f a) Source # | |
| Semigroup (f a) => Semigroup (Rev f a) Source # | |
| Monoid (f a) => Monoid (Rev f a) Source # | |
| Wrapped (Rev f a) Source # | |
| AsEmpty (f a) => AsEmpty (Rev f a) Source # | |
| Default (f a) => Default (Rev f a) Source # | |
| RelativeMonoid (f a) => RelativeMonoid (Rev f a) Source # | |
| Relative (f a) => Relative (Rev f a) Source # | |
| (~) * (Rev f1 a1) t => Rewrapped (Rev f2 a2) t Source # | |
| Cons (f a) (f b) a b => Snoc (Rev f a) (Rev f b) a b Source # | |
| Snoc (f a) (f b) a b => Cons (Rev f a) (Rev f b) a b Source # | |
| type Unwrapped (Rev f a) Source # | |