From 4e987026148fe65c323afbc93cd560c07bf06b3f Mon Sep 17 00:00:00 2001 From: Yale AI Dept Date: Wed, 14 Jul 1993 13:08:00 -0500 Subject: Import to github. --- runtime/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 runtime/README (limited to 'runtime/README') 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. -- cgit v1.2.3