[project @ 2002-07-02 13:13:36 by simonmar]
[ghc-base.git] / prologue.txt
1 The @base@ package contains the "Prelude" and its support libraries,
2 and a large collection of useful libraries ranging from data
3 structures to parsing combinators and debugging utilities.
4
5 The @base@ package is enabled by default; to import any of the modules
6 listed here just import it by name.  Remember to give the /fully
7 qualified/ name when importing a module from the hierarchy.