b293ca4dff4e7f0b8f78a40fda3dbfa4b5157ccb
[ghc-hetmet.git] / ghc / compiler / tests / typecheck / should_fail / tcfail009.stderr
1  
2 tcfail009.hs:3: Couldn't match the type
3                     `PrelBase.Integer' against `PrelBase.Int'
4     Expected: `PrelBase.Int'
5     Inferred: `PrelBase.Integer'
6     In an arithmetic sequence:
7         `[(1 ::
8              PrelBase.Int) .. (2 ::
9                                  PrelBase.Integer)]'
10
11
12 Compilation had errors