0c0eb5caa49ff94e3183d1ac9be356fea5c7f7ba
[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 {- rec -}
6 y = intersperse
7 x = L.intersperse
8
9
10
11 read010.hs:8: Variable not in scope: `intersperse'
12
13 Compilation had errors
14