This commit is contained in:
Nikita Volkov 2015-11-21 16:41:13 +03:00
parent 53baaa77d8
commit 0e98ce77ad

View File

@ -139,7 +139,7 @@ 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.
-- since it performs notably better.
--
{-# INLINABLE rowsVector #-}
rowsVector :: Row a -> Result (Vector a)