[project @ 1997-12-19 12:22:57 by simonm]
[ghc-hetmet.git] / ghc / lib / tests / Array / arr001 / Main.hs
diff --git a/ghc/lib/tests/Array/arr001/Main.hs b/ghc/lib/tests/Array/arr001/Main.hs
deleted file mode 100644 (file)
index 4785170..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
--- Simple array creation
-
-import Array
-
-main =
- let a1 = array (1,3) (zip [2,3,1] ['a'..'d']) in
- print a1
-
--- Result: