[project @ 2001-08-22 11:45:06 by sewardj]
[ghc-hetmet.git] / ghc / tests / reader / should_fail / read007.stderr
1
2 read007.hs:6:
3     `+' is not a data constructor
4     In the pattern: 2 + 2
5     In a 'do' expression pattern binding: (2 + 2) <- 2
6     In the definition of `f':
7         do
8           (2 + 2) <- 2
9           return x