mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-12-27 12:35:50 +03:00
Docs
This commit is contained in:
parent
36eedbee7a
commit
6fe2069c5b
@ -138,6 +138,9 @@ maybeRow (Row row) =
|
||||
-- |
|
||||
-- Zero or more rows packed into the vector.
|
||||
--
|
||||
-- It's recommended to prefer this function to 'rowsList',
|
||||
-- since it performs notably faster.
|
||||
--
|
||||
{-# INLINABLE rowsVector #-}
|
||||
rowsVector :: Row a -> Result (Vector a)
|
||||
rowsVector (Row row) =
|
||||
|
Loading…
Reference in New Issue
Block a user