[project @ 1998-12-02 13:17:09 by simonm]
[ghc-hetmet.git] / ghc / interpreter / test / runtime / r006.hs
diff --git a/ghc/interpreter/test/runtime/r006.hs b/ghc/interpreter/test/runtime/r006.hs
new file mode 100644 (file)
index 0000000..d20a1dc
--- /dev/null
@@ -0,0 +1,9 @@
+--!!! Testing list operations
+
+-- Hack: The only purpose of this script is to give us a place to put
+-- the above comment...
+-- It might be useful to import the List library so that we can test it too.
+
+-- padding so that this isn't an empty script
+module TestList where
+import Prelude