We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ca3909 + 4d718b5 commit a139101Copy full SHA for a139101
.github/workflows/ci.yml
@@ -74,7 +74,7 @@ jobs:
74
name: Cache ~/.cabal/store
75
with:
76
path: ${{ steps.setup-haskell-cabal.outputs.cabal-store }}
77
- key: ${{ runner.os }}-${{ matrix.ghc }}--${{ github.Shah }}-CACHE_V3
+ key: ${{ runner.os }}-${{ matrix.ghc }}---CACHE_V3
78
# ----------------
79
- name: "Install PAPI"
80
run: |
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