[project @ 1998-11-16 18:14:44 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail016.stderr
1  
2 tcfail016.hs:9:
3     Couldn't match `Expr a' against `AnnExpr a1'
4         Expected type: Expr a1
5         Inferred type: AnnExpr a1
6     In the first argument of `g', namely `e1'
7     In the first argument of `++', namely `(g e1)'
8
9
10 Compilation had errors