Intervals in ℤ #
This file defines integer ranges. range m n is the set of integers greater than m and strictly
less than n.
Note #
This could be unified with Data.List.Intervals. See the TODOs there.
List enumerating [m, n). This is the ℤ variant of List.Ico.
Instances For
@[implicit_reducible]
@[implicit_reducible]
@[implicit_reducible]
@[implicit_reducible]