Module

Data.Functor.Compose

#Compose

newtype Compose f g a

Constructors

Instances

#bihoistCompose

bihoistCompose :: forall f g h i. Functor f => (f ~> h) -> (g ~> i) -> (Compose f g) ~> (Compose h i)

Modules