| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Rel8.Internal.Type.Semigroup
Documentation
class DBType a => DBSemigroup a where Source #
The class of DBTypes that form a semigroup. This class is purely a
Rel8 concept, and exists to mirror the Semigroup class.
Instances
| DBSemigroup ByteString Source # | |
Defined in Rel8.Internal.Type.Semigroup Methods (<>.) :: Expr ByteString -> Expr ByteString -> Expr ByteString Source # | |
| DBSemigroup ByteString Source # | |
Defined in Rel8.Internal.Type.Semigroup Methods (<>.) :: Expr ByteString -> Expr ByteString -> Expr ByteString Source # | |
| DBSemigroup EitherTag Source # | |
| DBSemigroup MaybeTag Source # | |
| DBSemigroup Text Source # | |
| DBSemigroup Text Source # | |
| DBSemigroup CalendarDiffTime Source # | |
Defined in Rel8.Internal.Type.Semigroup Methods (<>.) :: Expr CalendarDiffTime -> Expr CalendarDiffTime -> Expr CalendarDiffTime Source # | |
| DBSemigroup (CI Text) Source # | |
| DBSemigroup (CI Text) Source # | |
| Sql DBType a => DBSemigroup (NonEmpty a) Source # | |
| DBRange a => DBSemigroup (Multirange a) Source # | |
Defined in Rel8.Internal.Type.Semigroup Methods (<>.) :: Expr (Multirange a) -> Expr (Multirange a) -> Expr (Multirange a) Source # | |
| Sql DBType a => DBSemigroup [a] Source # | |