@hackage translatable-intset0.1

Integer sets with a constant time translate operation.

This package implements integer sets with a constant time translate operation, defined as translate x s = map (+x) s. It is based on Finger-Trees storing differences of consecutive entries of the ordered sequence of set elements.