This commit is contained in:
Nikita Volkov 2015-11-21 16:42:12 +03:00
parent 0e98ce77ad
commit 521a8c0e4b
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
-- |
-- A DSL for creating result decoders.
-- A DSL for declaration of result decoders.
module Hasql.Decoding
(
-- * Result

View File

@ -1,3 +1,5 @@
-- |
-- A DSL for declaration of query parameter encoders.
module Hasql.Encoding
(
-- * Params