Closed ninegua closed 5 years ago
This line: https://github.com/athanclark/sets/blob/master/src/Data/Set/Unordered/Many.hs#L109
Shouldn't it be /= instead of ==?
/=
==
If you search the repository using keyword List.filter, there are other places too. Please help to fix them. Thanks!
List.filter
Will do! Thank you for spotting this, I'm surprised I didn't write a test for it :x
This line: https://github.com/athanclark/sets/blob/master/src/Data/Set/Unordered/Many.hs#L109
Shouldn't it be
/=
instead of==
?If you search the repository using keyword
List.filter
, there are other places too. Please help to fix them. Thanks!