Gracjan Polak <[EMAIL PROTECTED]> writes:

> The problem is that my prog allocates a lot just to free it immediatelly 
> after.
> But what?

Use +RTS -hd instead, which will tell you the constructor.

I bet you'll find it's (:), and that you are retaining a load of Chars
from your input file, pending evaluation of the elements from your
map.

-k
-- 
If I haven't seen further, it is by standing in the footprints of giants
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to