Module

Data.Functor.Flip

#Flip

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

Modules