We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@since
1 parent 3ca3909 commit 932ba01Copy full SHA for 932ba01
1 file changed
vector/src/Data/Vector/Unboxed.hs
@@ -1907,7 +1907,7 @@ iscanr = G.iscanr
1907
1908
-- | /O(n)/ Right-to-left scan over a vector (strictly) with its index.
1909
--
1910
--- @sinqce 0.12.2.0
+-- @since 0.12.2.0
1911
iscanr' :: (Unbox a, Unbox b) => (Int -> a -> b -> b) -> b -> Vector a -> Vector b
1912
{-# INLINE iscanr' #-}
1913
iscanr' = G.iscanr'
0 commit comments