Re: Re: [Haskell-cafe] How to make code least strict?

2009-01-22 Thread Jan Christiansen
Thomas Davie wrote: Further to all the playing with unamb to get some very cool behaviors, you might want to look at Olaf Chitil's paper here: http://www.cs.kent.ac.uk/pubs/2006/2477/index.html It outlines a tool for checking if your programs are as non-strict as they can be.

Re: [Haskell-cafe] How to make code least strict?

2009-01-19 Thread Thomas DuBuisson
On Mon, Jan 19, 2009 at 4:48 PM, Robin Green gree...@greenrd.org wrote: What guidelines should one follow to make Haskell code least-strict? There was a great Cafe discussion started by Henning on just this. He provided this link: http://www.haskell.org/haskellwiki/Maintaining_laziness

Re: [Haskell-cafe] How to make code least strict?

2009-01-19 Thread Robin Green
On Mon, 19 Jan 2009 17:36:30 + Thomas DuBuisson thomas.dubuis...@gmail.com wrote: On Mon, Jan 19, 2009 at 4:48 PM, Robin Green gree...@greenrd.org wrote: What guidelines should one follow to make Haskell code least-strict? There was a great Cafe discussion started by Henning on just