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 5998634 commit 050bcbbCopy full SHA for 050bcbb
test/Streamly/Test/Prelude/Top.hs
@@ -193,7 +193,7 @@ intersectBy _srt intersectFunc cmp =
193
cmp
194
(S.fromList ls0)
195
(S.fromList ls1)
196
- let v2 = intersect ls0 ls1
+ let v2 = ls0 `intersect` ls1
197
assert (v1 == sort v2)
198
199
-------------------------------------------------------------------------------
0 commit comments