[Haskell-cafe] Stack overflow while programming imperatively

2012-03-18 Thread Clark Gaebel
Hey list. I was recently fixing a space leak by dropping down to imperative programming in a section of my code, when it started developing space leaks of its own. I found the problem though - it was my "for loop": http://hpaste.org/65514 Can anyone provide suggestions on why that stack overflow

Re: [Haskell-cafe] Stack overflow while programming imperatively

2012-03-18 Thread Aleksey Khudyakov
On 18.03.2012 22:32, Clark Gaebel wrote: Hey list. I was recently fixing a space leak by dropping down to imperative programming in a section of my code, when it started developing space leaks of its own. I found the problem though - it was my "for loop": http://hpaste.org/65514 Can anyone pro

Re: [Haskell-cafe] Stack overflow while programming imperatively

2012-03-18 Thread Clark Gaebel
Yay, that fixed it. Thanks! On Sun, Mar 18, 2012 at 2:50 PM, Aleksey Khudyakov wrote: > On 18.03.2012 22:32, Clark Gaebel wrote: >> >> Hey list. >> >> I was recently fixing a space leak by dropping down to imperative >> programming in a section of my code, when it started developing space >> leak