mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-12-28 21:14:55 +03:00
Typo
This commit is contained in:
parent
5fb7f48f12
commit
ec667045bd
@ -260,7 +260,7 @@ single s =
|
||||
|
||||
-- |
|
||||
-- Execute a @SELECT@ statement,
|
||||
-- and produce a vector of results.
|
||||
-- and produce a list of results.
|
||||
list :: Backend b => RowParser b r => Backend.Statement b -> Tx b s [r]
|
||||
list s =
|
||||
Tx $ ReaderT $ \c -> do
|
||||
|
Loading…
Reference in New Issue
Block a user