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 f689f49 commit 189b261Copy full SHA for 189b261
Data/HashMap/Internal.hs
@@ -979,7 +979,7 @@ two' s h1 lc1 h2 lc2 = go (shiftHash s h1) lc1 (shiftHash s h2) lc2
979
-- | otherwise = 0
980
--
981
-- See https://github.com/haskell-unordered-containers/unordered-containers/issues/75#issuecomment-1128419337
982
-{-# INLINE two' #-} -- Really?!
+{-# INLINE two' #-}
983
984
-- | \(O(\log n)\) Associate the value with the key in this map. If
985
-- this map previously contained a mapping for the key, the old value
0 commit comments