Traversable.mapM_ missing

Henning Thielemann lemming at henning-thielemann.de
Sat May 18 23:23:51 CEST 2013


On Sat, 18 May 2013, Andreas Abel wrote:

> On some haskell list I read that for lists,
>
>  mapM_ f l
>
> is more space-efficient that just
>
>  void $ mapM f l
>
> Any reason why mapM_ is missing from Data.Traversable?

Because it is in Data.Foldable.



More information about the Libraries mailing list