hlint
This commit is contained in:
parent
9b1bbbf307
commit
e61672ebf8
7 changed files with 26 additions and 13 deletions
Language/SQL/SimpleSQL
|
@ -66,7 +66,7 @@
|
|||
> -- order by, to regular function application
|
||||
> | AggregateApp
|
||||
> {aggName :: Name -- ^ aggregate function name
|
||||
> ,aggDistinct :: (Maybe Duplicates)-- ^ distinct
|
||||
> ,aggDistinct :: Maybe Duplicates -- ^ distinct
|
||||
> ,aggArgs :: [ScalarExpr]-- ^ args
|
||||
> ,aggOrderBy :: [OrderField] -- ^ order by
|
||||
> }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue