[project @ 1997-08-14 18:33:23 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / wdp-array.hs
diff --git a/ghc/compiler/tests/wdp-array.hs b/ghc/compiler/tests/wdp-array.hs
deleted file mode 100644 (file)
index f3432c2..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-import MiniPrel
-
-a :: Array Int Int
-a = array (1,100) ((1 := 1) : [i := i * a!(i-1) | i <- [2..100]])