mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2025-01-07 13:46:41 +03:00
relational-query: fix internal doc.
This commit is contained in:
parent
9e2da50221
commit
1e92cf2403
@ -66,7 +66,7 @@ instance Functor Qualified where
|
||||
-- | Projection structure unit
|
||||
data ProjectionUnit
|
||||
= Columns (Array Int ColumnSQL)
|
||||
| Normalized (Qualified Int) -- ^ normalized column reference line T<n>.f<n>
|
||||
| Normalized (Qualified Int) -- ^ normalized sub-query reference T<n> with Int width
|
||||
| Scalar SubQuery -- ^ scalar sub-query
|
||||
deriving Show
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user