[project @ 2002-07-02 13:13:36 by simonmar]
[ghc-base.git] / prologue.txt
diff --git a/prologue.txt b/prologue.txt
new file mode 100644 (file)
index 0000000..601b61d
--- /dev/null
@@ -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.