quasar.effect
Represents the ability to request the next element of a monotonically increasing numeric sequence.
That is,
for { a <- next b <- next } yield a < b
must always be true.
Represents the ability to request the next element of a monotonically increasing numeric sequence.
That is,
for { a <- next b <- next } yield a < b
must always be true.