Skip to content
Snippets Groups Projects
Commit 3d259023 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1997-10-07 14:50:40 by simonm]

test for qualified Prelude bug
parent 309d3554
No related merge requests found
--!!! import qualified Prelude should leave (), [] etc in scope
module ShouldCompile where
import qualified Prelude
f :: Prelude.IO ()
f = Prelude.return ()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment