1
Fork 0

add source to haddock, few doc notes, tweak website build

This commit is contained in:
Jake Wheat 2019-09-21 09:18:27 +01:00
parent a55694abff
commit ac66ede538
4 changed files with 9 additions and 9 deletions
Language/SQL/SimpleSQL

View file

@ -49,7 +49,10 @@ Data types to represent different dialect options
> -- In the code, all special syntax which looks identical to regular
> -- identifiers or function calls (apart from the name), is treated
> -- like a regular identifier or function call.
>
> --
> -- It's easy to break the parser by removing the wrong words from
> -- the keywords list or adding the wrong words to the other lists.
>
> data Dialect = Dialect
> { -- | reserved keywords
> diKeywords :: [String]