next: iterate
, repeat
, replicate
, and cycle
methods should just be generators
#75
Closed
3 tasks done
Labels
Generators in javascript replicate the idea of infinite lists (generator like construct) in haskell.
We should update these methods to match their haskell counterparts.
Reference: https://hackage.haskell.org/package/base-4.19.0.0/docs/Prelude.html#g:17
Sub tasks
Update:
The text was updated successfully, but these errors were encountered: