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 with an Applicative
instance that performs actions
in the reverse order.
Documentation
newtype Backwards (f :: k -> Type) (a :: k) Source #
The same functor, but with an Applicative
instance that performs
actions in the reverse order.