category-0.2.0.1: Categorical types and classes
Control.Category.Groupoid
class Category k => Groupoid k where Source #
Minimal complete definition
invert
Methods
invert :: k a b -> k b a Source #
Instances