Adding scanl'

Niklas Hambüchen mail at nh2.me
Wed Sep 12 14:30:03 CEST 2012


On 11/09/12 22:23, Ben Millwood wrote:
> if you compile with optimisations you may
> find the memory leak goes away.

Sure, but should users expect the space complexity being O(n) vs O(1)
depending on a compiler switch?

Was it intentional that sum is defined in terms of foldl and not foldl'?



More information about the Libraries mailing list