[project @ 2001-06-05 14:09:45 by sewardj]
[ghc-hetmet.git] / ghc / tests / ghci / ghci006.hs
index a09377c..c1bef51 100644 (file)
@@ -1,6 +1,8 @@
 
+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.
\ No newline at end of file
+--   showQ (Q "foo") crashed the interpreter.