| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
HaskellWorks.CabalCache.Data.Relation
Documentation
Instances
| (Eq a, Eq b) => Eq (Relation a b) Source # | |
| (Ord a, Ord b) => Ord (Relation a b) Source # | |
Defined in HaskellWorks.CabalCache.Data.Relation.Type | |
| (Show a, Show b) => Show (Relation a b) Source # | |
| Generic (Relation a b) Source # | |
| type Rep (Relation a b) Source # | |
Defined in HaskellWorks.CabalCache.Data.Relation.Type type Rep (Relation a b) = D1 (MetaData "Relation" "HaskellWorks.CabalCache.Data.Relation.Type" "cabal-cache-1.0.0.8-BYtWMxUY5CzC1xaN9q3jsL" False) (C1 (MetaCons "Relation" PrefixI True) (S1 (MetaSel (Just "domain") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Map a (Set b))) :*: S1 (MetaSel (Just "range") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Map b (Set a))))) | |