hdgarrood / purescript-sequences

Various efficient-ish sequence types for PureScript.
http://pursuit.purescript.org/packages/purescript-sequences
MIT License
45 stars 22 forks source link

FingerTree Search function #39

Open solomon-b opened 3 years ago

solomon-b commented 3 years ago

Haskell's fingertree library has a really nice search function. It is useful for building a split function for ropes.

I have a purescript implementation here. Would you be interested in a PR to bring it into purescript-sequences?