hlint
This commit is contained in:
parent
7cf5275615
commit
9e75fa9365
3 changed files with 4 additions and 7 deletions
Language/SQL/SimpleSQL
|
@ -92,7 +92,7 @@
|
|||
|
||||
> valueExpr (SpecialOpK nm fs as) =
|
||||
> name nm <> parens (sep $ catMaybes
|
||||
> ((fmap valueExpr fs)
|
||||
> (fmap valueExpr fs
|
||||
> : map (\(n,e) -> Just (text n <+> valueExpr e)) as))
|
||||
|
||||
> valueExpr (PrefixOp f e) = name f <+> valueExpr e
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue