streamly icon indicating copy to clipboard operation
streamly copied to clipboard

Check perf and un-release from `Data.Stream`

Open adithyaov opened this issue 3 years ago • 0 comments
trafficstars

  • deleteBy
  • uniq
  • findIndices
  • elemIndices

The above can be implemented using scanMaybe along with Fold combinators.

adithyaov avatar Nov 07 '22 13:11 adithyaov