jackfirth / rebellion

A collection of core libraries for Racket
https://pkgs.racket-lang.org/package/rebellion
Apache License 2.0
80 stars 16 forks source link

Reimplement range sets in terms of sorted maps #518

Closed jackfirth closed 2 years ago

jackfirth commented 2 years ago

This is a backward-incompatible change since it has to add a comparator argument to some range set construction APIs and that means into-range-set is no longer a reducer and is instead a function producing a reducer.