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 8999284 commit 2b593f4Copy full SHA for 2b593f4
containers/src/Data/IntMap/Internal.hs
@@ -812,8 +812,8 @@ disjoint t1@(Bin p1 l1 r1) t2@(Bin p2 l2 r2) = case treeTreeBranch p1 p2 of
812
Compose
813
--------------------------------------------------------------------}
814
-- | Relate the keys of one map to the values of
815
--- the other, by using the values of the former as keys for lookups
816
--- in the latter.
+-- the other, by using the values of the latter as keys for lookups
+-- in the former.
817
--
818
-- Complexity: \( O(n * \min(m,W)) \), where \(m\) is the size of the first argument
819
0 commit comments