[Haskell-cafe] Byte Histogram

Johan Tibell johan.tibell at gmail.com
Thu Feb 3 23:16:36 CET 2011


On Thu, Feb 3, 2011 at 11:10 PM, Andrew Coppin
<andrewcoppin at btinternet.com> wrote:
> Wouldn't that still mean that the spine of the map is still lazy though?

No, Data.Map and Data.Set are both spine strict (which should be
documented!). Data.Map is key strict in addition. Both are value lazy.

Johan



More information about the Haskell-Cafe mailing list