| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
PostgreSQL.Binary.Range
Documentation
Instances
Instances
| Generic (Bound a) Source # | |||||
Defined in PostgreSQL.Binary.Range Associated Types
| |||||
| Show a => Show (Bound a) Source # | |||||
| Eq a => Eq (Bound a) Source # | |||||
| Ord a => Ord (Bound a) Source # | |||||
Defined in PostgreSQL.Binary.Range | |||||
| type Rep (Bound a) Source # | |||||
Defined in PostgreSQL.Binary.Range type Rep (Bound a) = D1 ('MetaData "Bound" "PostgreSQL.Binary.Range" "postgresql-binary-0.14.2-BD3ME0LDjTV6bX6xeiIXge" 'False) (C1 ('MetaCons "Incl" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 a)) :+: (C1 ('MetaCons "Excl" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 a)) :+: C1 ('MetaCons "Inf" 'PrefixI 'False) (U1 :: Type -> Type))) | |||||
type Multirange a = [Range a] Source #