For me, an integer set seems to be a foldable data structure.
Why is Data.IntSet not an instance of Foldable?
My actual intention is to use find on an IntSet.
How can I implement find for Data.IntSet?
For me, an integer set seems to be a foldable data structure.
Why is Data.IntSet not an instance of Foldable?
My actual intention is to use find on an IntSet.
How can I implement find for Data.IntSet?