mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-12-01 13:52:12 +03:00
drop unused definition.
This commit is contained in:
parent
00337b533f
commit
5c13a5193a
@ -16,7 +16,7 @@ module Database.Relational.Query.Internal.Sub
|
||||
|
||||
-- * Product tree type
|
||||
, NodeAttr (..), ProductTree (..), Node (..)
|
||||
, JoinProduct, QueryProductTree, QueryProduct
|
||||
, JoinProduct, QueryProductTree
|
||||
, ProductTreeBuilder, ProductBuilder
|
||||
|
||||
, Projection, untypeProjection, typedProjection
|
||||
@ -91,8 +91,6 @@ data Node rs = Node !NodeAttr !(ProductTree rs) deriving (Show, Functor)
|
||||
|
||||
-- | Product tree specialized by 'SubQuery'.
|
||||
type QueryProductTree = ProductTree (QueryRestriction Flat)
|
||||
-- | Product node specialized by 'SubQuery'.
|
||||
type QueryProduct = Node (QueryRestriction Flat)
|
||||
|
||||
type ProductTreeBuilder = ProductTree QueryRestrictionBuilder
|
||||
type ProductBuilder = Node QueryRestrictionBuilder
|
||||
|
Loading…
Reference in New Issue
Block a user