summaryrefslogtreecommitdiff
path: root/libraries/base/prologue.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/prologue.txt')
-rw-r--r--libraries/base/prologue.txt7
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.