Fix doctest in "last"

This commit is contained in:
Harendra Kumar 2021-10-10 11:29:21 +05:30
parent fadf51a217
commit 5ed2212d6d

View File

@ -269,7 +269,8 @@ getIndexRev arr i =
-- |
--
-- >>> last arr = getIndexRev arr 0
-- >>> import qualified Streamly.Internal.Data.Array.Foreign as Array
-- >>> last arr = Array.getIndexRev arr 0
--
-- /Pre-release/
{-# INLINE last #-}