On Sat, May 12, 2007 at 07:37:57PM -0700, Jeremy Shaw wrote:
> > module Main where
> 
> I, for one, would not mind if the 'module Main where' clause was
> mandatory; I am not sure why or when it was made optional -- perhaps
> that can be changed.

actually, it is implicitly

module Main(main) where

which is very nice for optimizing compilers.

        John

-- 
John Meacham - ⑆repetae.net⑆john⑈
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to