f8c305ee47a8c1a7939169c8af52bb3b5f42075c
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail009.stderr
1  
2 tcfail009.hs:3:
3     Couldn't match `Integer' against `Int'
4         Expected type: Integer
5         Inferred type: Int
6     In an expression with a type signature: 2 :: Integer
7
8
9 Compilation had errors
10