[project @ 1997-07-26 22:48:58 by sof]
[ghc-hetmet.git] / ghc / 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 :: PrelBase.Int) .. (2 :: PrelBase.Integer)]'
8
9
10 Compilation had errors