hs-functors-0.1.2.0: Functors from products of Haskell and its dual to Haskell

Safe HaskellNone
LanguageHaskell2010

Data.Bifunctor.Braided

Documentation

class Braided f where Source #

Minimal complete definition

braid

Methods

braid :: f a b -> f b a Source #

Instances

Braided * Either Source # 

Methods

braid :: f a b -> f b a Source #

Braided * (,) Source # 

Methods

braid :: f a b -> f b a Source #