streamly
streamly copied to clipboard
Add common folds in the Array module itself?
See #3071. For convenience we add common folds in Array modules as well. The operations in Stream/Array are similar - and similar to the list module in base, so we can put all commonly used/expected combinators in these modules.