Open
Description
In #975 some code was switched from eagerly-constructed lists to the standard Seq.t
.
However, there's still many places where BatEnum
/Enum
is used, which offers similar lazy-sequence functionality.
We could try switching to the more standard Seq.t
in those Enum
instances, as long as there's no performance regression from doing so.