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 37eee22 commit a4a3fe4Copy full SHA for a4a3fe4
Data/HashMap/Internal.hs
@@ -1726,9 +1726,8 @@ unions = List.foldl' union empty
1726
------------------------------------------------------------------------
1727
-- * Compose
1728
1729
--- | Relate the keys of one map to the values of
1730
--- the other, by using the values of the former as keys for lookups
1731
--- in the latter.
+-- | Given maps @bc@ and @ab@, relate the keys of @ab@ to the values of @bc@,
+-- by using the values of @ab@ as keys for lookups in @bc@.
1732
--
1733
-- Complexity: \( O (n * \log(m)) \), where \(m\) is the size of the first argument
1734
0 commit comments