Go to the first, previous, next, last section, table of contents.

The module system

GHC 2.04 is fussier than 0.29 about junk in import lists. This is a feature. `Foo..' (in export lists) must be changed to `module Foo'. Type synonyms may be imported/exported with or without `(..)' -- it was required in Haskell 1.2--but you get a warning if you do it with.
Go to the first, previous, next, last section, table of contents.