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.
1 parent 8aed3e0 commit 5af22f6Copy full SHA for 5af22f6
Data/HashMap/Internal.hs
@@ -1886,7 +1886,6 @@ difference = go 0
1886
then pure l
1887
else BitmapIndexed bResult <$> (A.unsafeFreeze =<< A.shrink mary 1)
1888
n -> bitmapIndexedOrFull bResult <$> (A.unsafeFreeze =<< A.shrink mary n)
1889
- {-# INLINABLE differenceArrays #-}
1890
{-# INLINABLE difference #-}
1891
1892
-- TODO: This could be faster if we would keep track of which elements of ary2
0 commit comments