3 Feb
2011
3 Feb
'11
10:16 p.m.
On Thu, Feb 3, 2011 at 11:10 PM, Andrew Coppin <andrewcoppin@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