Module

Data.NaturalTransformation

#NaturalTransformation

type NaturalTransformation f g = forall a. f a -> g a

#type (~>)

Operator alias for Data.NaturalTransformation.NaturalTransformation (right-associative / precedence 4)

Modules