Re: Haskell 1.3 trivia

1993-10-27 Thread ian
> How about removing the `where' from `module...where' and > `interface...where' ... > > The reason we used the "module...where" convention is to allow for > multiple modules to be included in one "file". Your proposal is > workable, but requires saying something extra about what terminate

Haskell 1.3 trivia

1993-10-27 Thread ian
A couple of miniscule suggestions for Haskell 1.3: How about removing the `where' from `module...where' and `interface...where' so that these become ordinary topdecls like the rest. This would mean that the convention about topdecls not having to be indented would no longer be an ugly exception

Re: Haskell 1.3 trivia

1993-10-27 Thread hudak-paul
How about removing the `where' from `module...where' and `interface...where' so that these become ordinary topdecls like the rest. This would mean that the convention about topdecls not having to be indented would no longer be an ugly exception, it would be more consistent with implici