fromRange package:containers

Create a set from a range of integers.
fromRange (low, high) == fromList [low..high]