
1 Aug
2007
1 Aug
'07
10:12 a.m.
On Wed, 2007-08-01 at 16:05 +0200, david48 wrote:
On the topic of indenting, it would be nice if there was a way to tell the compiler the size of the tab characters.
The way it is now, I have to use space characters to indent.
Good! You're doing exactly the right thing according to the Haskell style guide: http://urchin.earth.li/~ian/style/haskell.html :-) Duncan