| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Rel8.Internal.Type.Monoid
Synopsis
- class DBSemigroup a => DBMonoid a where
- memptyExpr :: Expr a
Documentation
class DBSemigroup a => DBMonoid a where Source #
The class of DBTypes that form a semigroup. This class is purely a
Rel8 concept, and exists to mirror the Monoid class.
Methods
memptyExpr :: Expr a Source #