lspitzner / pqueue

Haskell priority queue package
Other
15 stars 13 forks source link

Remove `foldWhileFB` #99

Closed konsumlamm closed 1 year ago

konsumlamm commented 1 year ago

Closes #98.

takeWhile has a rewrite rule that does the same (https://hackage.haskell.org/package/base-4.18.0.0/docs/src/GHC.List.html#takeWhile) since base-4.9. I also did a small micro-benchmark that seems to confirm that there is no performance regression.