| 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 | 
Control.Applicative.Backwards
Description
Making functors with an Applicative instance that performs actions
 in the reverse order.
Documentation
newtype Backwards f a Source #
The same functor, but with an Applicative instance that performs
 actions in the reverse order.