[project @ 1999-12-29 14:46:29 by simonpj]
[ghc-hetmet.git] / ghc / tests / reader / should_fail / read009.stderr
1
2 ==================== Parser ====================
3 module ShouldFail where
4 h x = x
5 foo = do let foo = True
6
7
8
9 read009.hs:5:
10     `do' statements must end in expression: do let foo = True
11
12 Compilation had errors
13