Description
Integer sets with a constant time translate operation.
Description
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.