relational-query: formatted.

This commit is contained in:
Kei Hibino 2017-02-12 22:30:21 +09:00
parent ce5354b9b6
commit 4b63ee04ea

View File

@ -11,7 +11,7 @@
-- --
-- This module defines sub-query structure used in query products. -- This module defines sub-query structure used in query products.
module Database.Relational.Query.Internal.Sub module Database.Relational.Query.Internal.Sub
( SubQuery (..), UntypedProjection, ProjectionUnit (..) ( SubQuery (..)
, SetOp (..), BinOp (..), Qualifier (..), Qualified (..) , SetOp (..), BinOp (..), Qualifier (..), Qualified (..)
-- * Product tree type -- * Product tree type
@ -19,6 +19,7 @@ module Database.Relational.Query.Internal.Sub
, JoinProduct, QueryProductTree , JoinProduct, QueryProductTree
, ProductTreeBuilder, ProductBuilder , ProductTreeBuilder, ProductBuilder
, UntypedProjection, ProjectionUnit (..)
, Projection, untypeProjection, typedProjection , Projection, untypeProjection, typedProjection
-- * Query restriction -- * Query restriction