mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-12-04 03:53:03 +03:00
relational-query: formatted.
This commit is contained in:
parent
ce5354b9b6
commit
4b63ee04ea
@ -11,7 +11,7 @@
|
||||
--
|
||||
-- This module defines sub-query structure used in query products.
|
||||
module Database.Relational.Query.Internal.Sub
|
||||
( SubQuery (..), UntypedProjection, ProjectionUnit (..)
|
||||
( SubQuery (..)
|
||||
, SetOp (..), BinOp (..), Qualifier (..), Qualified (..)
|
||||
|
||||
-- * Product tree type
|
||||
@ -19,6 +19,7 @@ module Database.Relational.Query.Internal.Sub
|
||||
, JoinProduct, QueryProductTree
|
||||
, ProductTreeBuilder, ProductBuilder
|
||||
|
||||
, UntypedProjection, ProjectionUnit (..)
|
||||
, Projection, untypeProjection, typedProjection
|
||||
|
||||
-- * Query restriction
|
||||
|
Loading…
Reference in New Issue
Block a user