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