Skip to content

Commit 5af22f6

Browse files
committed
Remove INLINABLE pragma from difference.differenceArrays
1 parent 8aed3e0 commit 5af22f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Data/HashMap/Internal.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1886,7 +1886,6 @@ difference = go 0
18861886
then pure l
18871887
else BitmapIndexed bResult <$> (A.unsafeFreeze =<< A.shrink mary 1)
18881888
n -> bitmapIndexedOrFull bResult <$> (A.unsafeFreeze =<< A.shrink mary n)
1889-
{-# INLINABLE differenceArrays #-}
18901889
{-# INLINABLE difference #-}
18911890

18921891
-- TODO: This could be faster if we would keep track of which elements of ary2

0 commit comments

Comments
 (0)