Module

Data.NaturalTransformation

Package
purescript-prelude
Repository
purescript/purescript-prelude

#NaturalTransformation Source

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

#type (~>) Source

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