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 964edca commit 53fe080Copy full SHA for 53fe080
Data/HashMap/Base.hs
@@ -713,7 +713,7 @@ findWithDefault def k t = case lookup k t of
713
-- | /O(log n)/ Return the value to which the specified key is mapped,
714
-- or the default value if this map contains no mapping for the key.
715
--
716
--- DEPRECATED: lookupDefault is deprecated as of version 0.2.10, replaced
+-- DEPRECATED: lookupDefault is deprecated as of version 0.2.11, replaced
717
-- by 'findWithDefault'.
718
lookupDefault :: (Eq k, Hashable k)
719
=> v -- ^ Default value to return.
0 commit comments