| Copyright | (c) Russell O'Connor 2009 |
|---|---|
| License | BSD-style (see the file LICENSE) |
| Maintainer | [email protected] |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | Safe |
| Language | Haskell2010 |
Making functors with an Applicative instance that performs actions in the reverse order.
newtype Backwards (f :: k -> Type) (a :: k) Source
The same functor, but with an Applicative instance that performs actions in the reverse order.
© The University of Glasgow and others
Licensed under a BSD-style license (see top of the page).
https://downloads.haskell.org/~ghc/9.12.1/docs/libraries/transformers-0.6.1.2-72bd/Control-Applicative-Backwards.html