On Sat, 14 May 2011 19:06:49 +1000, Reiner Pope <[email protected]> wrote: > On 14/05/11 18:24, Reiner Pope wrote: [...] > Perhaps we should use an approach like this?
Using seq here will make the container strict in head of the elements. Using NFData here sounds like a good solution. In particular deepSeq can be cheaply implemented with just a call to seq when the data structure is strict. -- Nicolas Pouillard http://nicolaspouillard.fr -- Yi development mailing list [email protected] http://groups.google.com/group/yi-devel
