Module

Data.Functor.Flip

Package
functors
Repository
purescript/purescript-functors

#Flip Source

newtype Flip :: forall k1 k2. (k1 -> k2 -> Type) -> k2 -> k1 -> Typenewtype Flip p a b

Flips the order of the type arguments of a Bifunctor.

Constructors

Instances