diff options
| author | simonmar <unknown> | 2002-07-02 13:13:37 +0000 |
|---|---|---|
| committer | simonmar <unknown> | 2002-07-02 13:13:37 +0000 |
| commit | 3f4ad5db93ad5802edccf7a47a2e4cf7ca49afff (patch) | |
| tree | 2e475f869a6d46d448d679d2aba300e3333fcf2d /libraries/base/prologue.txt | |
| parent | eb74c19485a521b810cd2f0e49b6ea0e9d869e37 (diff) | |
| download | haskell-3f4ad5db93ad5802edccf7a47a2e4cf7ca49afff.tar.gz | |
[project @ 2002-07-02 13:13:36 by simonmar]
Add descriptions to the top level of each package documentation
Diffstat (limited to 'libraries/base/prologue.txt')
| -rw-r--r-- | libraries/base/prologue.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/base/prologue.txt b/libraries/base/prologue.txt new file mode 100644 index 0000000000..601b61d1b3 --- /dev/null +++ b/libraries/base/prologue.txt @@ -0,0 +1,7 @@ +The @base@ package contains the "Prelude" and its support libraries, +and a large collection of useful libraries ranging from data +structures to parsing combinators and debugging utilities. + +The @base@ package is enabled by default; to import any of the modules +listed here just import it by name. Remember to give the /fully +qualified/ name when importing a module from the hierarchy. |
