diff --git a/Data/HashMap/Internal.hs b/Data/HashMap/Internal.hs index 2bb7029c..7d1c9dfc 100644 --- a/Data/HashMap/Internal.hs +++ b/Data/HashMap/Internal.hs @@ -1726,9 +1726,8 @@ unions = List.foldl' union empty ------------------------------------------------------------------------ -- * Compose --- | Relate the keys of one map to the values of --- the other, by using the values of the former as keys for lookups --- 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@. -- -- Complexity: \( O (n * \log(m)) \), where \(m\) is the size of the first argument --