Update haddock.

This commit is contained in:
Kei Hibino 2013-05-30 21:09:05 +09:00
parent fac7135953
commit cc6dd6db63

View File

@ -8,8 +8,11 @@
-- Portability : unknown
--
-- SQL keyword representation using Haskell data constructors.
-- Integrated module.
module Language.SQL.Keyword (
-- * Module which includes keyword type definition
module Language.SQL.Keyword.Type,
-- * Module which includes functions to concatinate keywords
module Language.SQL.Keyword.Concat
) where