|
| Database.HsSqlPpp.PrettyPrinter.PrettyPrinter |
|
|
| Description |
| Functions to convert sql asts to valid SQL source code. Includes
a function - printSqlAnn - to output the annotations from a tree
in comments in the outputted SQL source.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| convert an ast back to valid SQL source, it's also almost human readable.
|
|
|
| convert the ast back to valid source, and convert any annotations to
text using the function provided and interpolate the output of this function
(inside comments) with the SQL source.
|
|
|
| Testing function, pretty print an expression
|
|
| Produced by Haddock version 2.6.0 |