| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Rel8.Internal.Query
Documentation
The Query monad allows you to compose a SELECT query. This monad has
semantics similar to the list ([]) monad.
Instances
| Applicative Query Source # | |
| Functor Query Source # | |
| Monad Query Source # | |
| AltTable Query Source # | |
| AlternativeTable Query Source # |
|
Defined in Rel8.Internal.Query | |
| Projectable Query Source # | |
Defined in Rel8.Internal.Query Methods project :: Projecting a b => Projection a b -> Query a -> Query b Source # | |
| Apply Query Source # | |
| Bind Query Source # | |
| Table Expr a => Monoid (Query a) Source # | |
| Table Expr a => Semigroup (Query a) Source # | |