Module Sequence.Infix
val (--) : int -> int -> int ta -- bis the range of integers fromatob, both included, in increasing order. It will therefore be empty ifa > b.
val (--^) : int -> int -> int ta --^ bis the range of integers frombtoa, both included, in decreasing order (starts froma). It will therefore be empty ifa < b.