Skip to content

Commit a139101

Browse files
authored
Merge pull request #537 from Shimuuar/fix-sinqce
Fix typo in in pragma
2 parents 3ca3909 + 4d718b5 commit a139101

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
name: Cache ~/.cabal/store
7575
with:
7676
path: ${{ steps.setup-haskell-cabal.outputs.cabal-store }}
77-
key: ${{ runner.os }}-${{ matrix.ghc }}--${{ github.Shah }}-CACHE_V3
77+
key: ${{ runner.os }}-${{ matrix.ghc }}---CACHE_V3
7878
# ----------------
7979
- name: "Install PAPI"
8080
run: |

vector/src/Data/Vector/Unboxed.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1907,7 +1907,7 @@ iscanr = G.iscanr
19071907

19081908
-- | /O(n)/ Right-to-left scan over a vector (strictly) with its index.
19091909
--
1910-
-- @sinqce 0.12.2.0
1910+
-- @since 0.12.2.0
19111911
iscanr' :: (Unbox a, Unbox b) => (Int -> a -> b -> b) -> b -> Vector a -> Vector b
19121912
{-# INLINE iscanr' #-}
19131913
iscanr' = G.iscanr'

0 commit comments

Comments
 (0)