Re: [Haskell-cafe] Layout to non-layout code

2007-11-02 Thread Don Stewart
briqueabraque: > Hi, > > I understand that many people like using > layout in their code, and 99% of all > Haskell examples use some kind of layout > rule. However, sometimes, I would like > not to use layout, so I can find errors > easier (and maybe convert it to layout for > presentation after a

[Haskell-cafe] Layout to non-layout code

2007-11-02 Thread Maurí­cio
Hi, I understand that many people like using layout in their code, and 99% of all Haskell examples use some kind of layout rule. However, sometimes, I would like not to use layout, so I can find errors easier (and maybe convert it to layout for presentation after all problems are solved). So, I