Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecate cycle, repeat, and iterate
Deprecate `Data.List.Linear.{cycle,repeat,iterate}`. Infinite results cannot be consumed linearly, so they are not really useful in a linear context. They could be consumed by a program that exits via an exception, but I don't think that's something that should really be supported. Begins to address tweag#453
- Loading branch information