
24 Jun
2014
24 Jun
'14
5:07 p.m.
On Tue, Jun 24, 2014 at 05:53:29PM +0100, Tom Ellis wrote:
On Tue, Jun 24, 2014 at 10:16:03PM +0530, C K Kashyap wrote:
Does mapM work for you? Don't you run into too many files open error?
It works. No error. [...]
Oh by the way, you should compile with `-O2` so that strictness analysis kicks in. Nicolas Trangez approaches this issue with an explicit `seq` instead. Tom