hs-functors-0.1.4.0: Functors from products of Haskell and its dual to Haskell
Data.Bifunctor.Braided
class Braided f where Source #
Methods
braid :: f a b -> f b a Source #
Defined in Data.Bifunctor.Braided
braid :: Either a b -> Either b a Source #
braid :: (a, b) -> (b, a) Source #