[Haskell-cafe] RE: Random matrices

2005-08-22 Thread Scherrer, Chad
Ah ha. That'll do. Lesson: avoid hidden space leaks in monads. Hmm, I'm still missing something. It seems a good lesson, but practically speaking, it doesn't help me any more than saying write efficient programs. What could I have looked for in the original code to predict it may be leaky? Is

[Haskell-cafe] Re: Random matrices

2005-08-22 Thread Donald Bruce Stewart
Chad.Scherrer: Ah ha. That'll do. Lesson: avoid hidden space leaks in monads. Hmm, I'm still missing something. It seems a good lesson, but practically speaking, it doesn't help me any more than saying write efficient programs. What could I have looked for in the original code to