Module

Data.Functor.Compose

Package
purescript-functors
Repository
purescript/purescript-functors

#Compose Source

newtype Compose f g a

Compose f g is the composition of the two functors f and g.

Constructors

Instances

#bihoistCompose Source

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