rset

Range set

https://github.com/lovasko/rset

Latest on Hackage:1.0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

LicenseRef-OtherLicense licensed and maintained by Daniel Lovasko

Data structure that stores a set of ranges. It provides an API similar to the Data.Set module. Types stored in the data structure have to be instances of Eq, Ord and Enum typeclasses.