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 0971ad5 commit 333ccb3Copy full SHA for 333ccb3
Data/HashMap/Internal.hs
@@ -1731,9 +1731,8 @@ unions = List.foldl' union empty
1731
------------------------------------------------------------------------
1732
-- * Compose
1733
1734
--- | Relate the keys of one map to the values of
1735
--- the other, by using the values of the former as keys for lookups
1736
--- 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@.
1737
--
1738
-- Complexity: \( O (n * \log(m)) \), where \(m\) is the size of the first argument
1739
0 commit comments