Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Documentation
type Trafo f g = forall a. f a -> g a
Polymorphic family of functions between f and g. If f and g are both functors, this is the type of natural transformations between them.
newtype TrafoComp f g a
TrafoComp | |
|