mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-12-01 13:52:12 +03:00
update haddock.
This commit is contained in:
parent
5c13a5193a
commit
82859ca1fc
@ -89,10 +89,13 @@ data ProductTree rs
|
||||
-- | Product node. node attribute and product tree.
|
||||
data Node rs = Node !NodeAttr !(ProductTree rs) deriving (Show, Functor)
|
||||
|
||||
-- | Product tree specialized by 'SubQuery'.
|
||||
-- | Product tree with join restriction.
|
||||
type QueryProductTree = ProductTree (QueryRestriction Flat)
|
||||
|
||||
-- | Product tree with join restriction builder.
|
||||
type ProductTreeBuilder = ProductTree QueryRestrictionBuilder
|
||||
|
||||
-- | Product noe with join restriction builder.
|
||||
type ProductBuilder = Node QueryRestrictionBuilder
|
||||
|
||||
-- | Type for join product of query.
|
||||
|
Loading…
Reference in New Issue
Block a user