Kurt,
On Sun, Nov 23, 2008 at 12:10 AM, Steven Ashley
<steven.e.ashley@gmail.com> wrote:
> The contents of the do block must be indented at-least as much as
> mainWith on the previous line.
> main = mainWith myFunctionThis is the reason that I format 'where' clauses like so:
> ....where mainWith function = do
> ....................args <- getArgs
main = mainWith myFunction
....where
....mainWith f = do
........args <- getArgs
etc. I think one more line of vertical space is worth all of the
horizontal space you end up saving.
Kurt
_______________________________________________
Beginners mailing list
Beginners@haskell.org
http://www.haskell.org/mailman/listinfo/beginners