| Copyright | (c) Ross Paterson 2003 |
|---|---|
| License | BSD-style (see the LICENSE file in the distribution) |
| Maintainer | ross@soi.city.ac.uk |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | Safe-Inferred |
| Language | Haskell98 |
Control.Arrow.Transformer
Description
Arrow transformers, for making new arrow types out of old ones.
Documentation
class (Arrow a, Arrow (f a)) => ArrowTransformer (f :: (Type -> Type -> Type) -> Type -> Type -> Type) (a :: Type -> Type -> Type) where Source #
Construct a new arrow from an existing one.
Methods