diff --git a/library/Hasql.hs b/library/Hasql.hs index 3900ba3..6fad7b8 100644 --- a/library/Hasql.hs +++ b/library/Hasql.hs @@ -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