summaryrefslogtreecommitdiff
path: root/runtime/README
diff options
context:
space:
mode:
authorYale AI Dept <ai@nebula.cs.yale.edu>1993-07-14 13:08:00 -0500
committerDuncan McGreggor <duncan.mcgreggor@rackspace.com>1993-07-14 13:08:00 -0500
commit4e987026148fe65c323afbc93cd560c07bf06b3f (patch)
tree26ae54177389edcbe453d25a00c38c2774e8b7d4 /runtime/README
Import to github.
Diffstat (limited to 'runtime/README')
-rw-r--r--runtime/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/runtime/README b/runtime/README
new file mode 100644
index 0000000..99d113a
--- /dev/null
+++ b/runtime/README
@@ -0,0 +1,8 @@
+This directory contains definitions of things that are used
+exclusively in code generated by the Haskell compiler. It contains
+implementations of some of the things declared in the prims files for
+the prelude, as well as some more generic things that the code
+generator knows about.
+
+Note that some of the files in this directory access some Common Lisp
+features directly.