packages feed

category-0.1.2.0: Control/Category/Groupoid.hs

module Control.Category.Groupoid where

class Category k => Groupoid k where
    invert :: k a b -> k b a