Portability | portable |
---|---|
Stability | experimental |
Maintainer | ross@soi.city.ac.uk |
Control.Arrow.Transformer
Description
Arrow transformers, for making new arrow types out of old ones.
- class (Arrow a, Arrow (f a)) => ArrowTransformer f a where
- lift :: a b c -> f a b c