From 3d2590233e636566dc0b43fcccb0b7b2ac7c4f50 Mon Sep 17 00:00:00 2001 From: simonm Date: Tue, 7 Oct 1997 14:50:40 +0000 Subject: [PATCH 1/1] [project @ 1997-10-07 14:50:40 by simonm] test for qualified Prelude bug --- ghc/tests/reader/should_compile/read001.hs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ghc/tests/reader/should_compile/read001.hs diff --git a/ghc/tests/reader/should_compile/read001.hs b/ghc/tests/reader/should_compile/read001.hs new file mode 100644 index 0000000..6b8f86e --- /dev/null +++ b/ghc/tests/reader/should_compile/read001.hs @@ -0,0 +1,8 @@ +--!!! import qualified Prelude should leave (), [] etc in scope + +module ShouldCompile where + +import qualified Prelude + +f :: Prelude.IO () +f = Prelude.return () -- 1.7.10.4