Welcome! Please see the About page for a little more info on how this works.
It would be great to have a flag similar to warn-on-reflection but for fold to warn when it reduces sequentially (not parallel).
Comment made by: jare
Not sure what are requirements for fold to be parallelized but if it's associativity of the collection then the issue can be resolved by mentioning "associative?" predicate in the fold's doc-string.