This commit is contained in:
Nikita Volkov 2015-11-21 13:18:55 +03:00
parent 36eedbee7a
commit 6fe2069c5b

View File

@ -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) =