
14 Apr
2010
14 Apr
'10
5:13 p.m.
Jesper Louis Andersen
This post describes some odd behaviour I have seen in GHC 6.12.1 when writing Combinatorrent. The post is literate Haskell so you can run it. The executive summary: A space leak occurs when a new process is spawned from inside another process - and I can't figure out why. I am asking for help on haskell-cafe.
...[snip]...
import Control.Monad.State
Does the problem go away if you use "Control.Monad.State.Strict"?
G
--
Gregory Collins