Copyright | (C) 2011-2015 Edward Kmett |
---|---|
License | BSD-style (see the file LICENSE) |
Maintainer | Edward Kmett <ekmett@gmail.com> |
Stability | provisional |
Portability | polykinds |
Safe Haskell | Trustworthy |
Language | Haskell2010 |
Synopsis
- class Semigroupoid k1 => Groupoid (k1 :: k -> k -> Type) where
- inv :: forall (a :: k) (b :: k). k1 a b -> k1 b a
Documentation
class Semigroupoid k1 => Groupoid (k1 :: k -> k -> Type) where Source #
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