singleton package:hedgehog

Construct a range which represents a constant single value.
>>> bounds x $ singleton 5
(5,5)
>>> origin $ singleton 5
5