semigroupoids-4.0.4: Semigroupoids: Category sans id

Safe HaskellTrustworthy

Data.Groupoid

Synopsis

Documentation

class Semigroupoid k => Groupoid k whereSource

semigroupoid with inverses. This technically should be a category with inverses, except we need to use Ob to define the valid objects for the category

Methods

inv :: k a b -> k b aSource

Instances