File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -811,9 +811,8 @@ disjoint t1@(Bin p1 l1 r1) t2@(Bin p2 l2 r2) = case treeTreeBranch p1 p2 of
811
811
{- -------------------------------------------------------------------
812
812
Compose
813
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.
814
+ -- | Given maps @bc@ and @ab@, relate the keys of @ab@ to the values of @bc@,
815
+ -- by using the values of @ab@ as keys for lookups in @bc@.
817
816
--
818
817
-- Complexity: \( O(n * \min(m,W)) \), where \(m\) is the size of the first argument
819
818
--
Original file line number Diff line number Diff line change @@ -2168,9 +2168,8 @@ disjoint (Bin _ k _ l r) t
2168
2168
{- -------------------------------------------------------------------
2169
2169
Compose
2170
2170
--------------------------------------------------------------------}
2171
- -- | Relate the keys of one map to the values of
2172
- -- the other, by using the values of the former as keys for lookups
2173
- -- in the latter.
2171
+ -- | Given maps @bc@ and @ab@, relate the keys of @ab@ to the values of @bc@,
2172
+ -- by using the values of @ab@ as keys for lookups in @bc@.
2174
2173
--
2175
2174
-- Complexity: \( O (n \log m) \), where \(m\) is the size of the first argument
2176
2175
--
You can’t perform that action at this time.
0 commit comments