[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / tests / typecheck / should_fail / tcfail016.stderr
1  
2 "tcfail016.hs", line 8:
3     Couldn't match type "(a, Expr a)" against "Expr a".
4     Inside a function binding:
5         g ... (Var name)
6                       = [name]
7               (App e1 e2)
8                       = (g e1) ++ (g e2)
9 Fail: Compilation errors found
10
11 ghc: execution of the Haskell compiler had trouble