| Another such restriction is the fact that any module which | is called Main *must* have a function which is called main | in it. In combination with the rule that says that any | module which is not explicitly named is called Main, this | gets very annoying when using an interactive Haskell system | such as ghci. (I don't think that Hugs does insists on | this.)
Ghci doesn't either, now. Simon _______________________________________________ Haskell mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell