Portability | portable |
---|---|
Stability | experimental |
Maintainer | Edward Kmett <ekmett@gmail.com> |
Control.Allegory
Description
Allegories are generalizations of categories to cover relations.
Documentation
class Allegory k => TabulatedAllegory k f whereSource
class Allegory k => UnitalAllegory k i | k -> i whereSource
extractMap :: Allegory k => k a b -> Maybe (Map k a b)Source