use Parser type from Text.Parsec.String, make imports explicit
This commit is contained in:
parent
9d8c1badbd
commit
552d3f5383
3 changed files with 83 additions and 78 deletions
Language/SQL/SimpleSQL
|
@ -9,8 +9,10 @@
|
|||
> ) where
|
||||
|
||||
> import Language.SQL.SimpleSQL.Syntax
|
||||
> import Text.PrettyPrint
|
||||
> import Data.Maybe
|
||||
> import Text.PrettyPrint (render, vcat, text, (<>), (<+>), empty, parens,
|
||||
> nest, Doc, punctuate, comma, sep, quotes,
|
||||
> doubleQuotes)
|
||||
> import Data.Maybe (maybeToList, catMaybes)
|
||||
|
||||
> -- | Convert a query expr ast to concrete syntax.
|
||||
> prettyQueryExpr :: QueryExpr -> String
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue