Copyright | (c) Russell O'Connor 2009 |
---|---|
License | BSD-style (see the file LICENSE) |
Maintainer | R.Paterson@city.ac.uk |
Stability | experimental |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell2010 |
Making functors whose elements are notionally in the reverse order from the original functor.
Synopsis
- newtype Reverse (f :: k -> Type) (a :: k) = Reverse {
- getReverse :: f a
Documentation
newtype Reverse (f :: k -> Type) (a :: k) Source #
The same functor, but with Foldable
and Traversable
instances
that process the elements in the reverse order.
Reverse | |
|