[project @ 2003-07-23 11:43:16 by simonmar]
[ghc-hetmet.git] / ghc / tests / ghci / ghci006.hs
diff --git a/ghc/tests/ghci/ghci006.hs b/ghc/tests/ghci/ghci006.hs
deleted file mode 100644 (file)
index c1bef51..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-
-module Ghci006 where
-
-data Q = forall x . Show x => Q x
-showQ (Q x) = show x
-
--- associated bug is that at the interpreter command line,
---   showQ (Q "foo") crashed the interpreter.