> 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
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
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