[project @ 1999-12-29 14:46:29 by simonpj]
[ghc-hetmet.git] / ghc / tests / reader / should_fail / read010.stderr
1
2 ==================== Parser ====================
3 module ShouldFail where
4 import qualified List as  L (intersperse)
5 y = intersperse
6 x = L.intersperse
7
8
9
10 read010.hs:8: Variable not in scope: `intersperse'
11
12 Compilation had errors
13