Re: question about expected and inferred types in error messages

2007-03-13 Thread Ian Lynagh
On Sun, Mar 11, 2007 at 08:43:51PM +, Frederik Eaton wrote: I am looking at version 6.6. (is there a newer one in Debian?) (no) Thanks for the bug report and testcase; I've filed a trac bug for it: http://hackage.haskell.org/trac/ghc/ticket/1221 I hope that this isn't again something

Re: question about expected and inferred types in error messages

2007-03-13 Thread Frederik Eaton
Couldn't match expected type `Bool - [a]' against inferred type `()' In the first argument of `a', namely `()' In the expression: a () In the definition of `d': d = a () Also, I don't know what other people will think, but something bothers me about the In on the

Re: question about expected and inferred types in error messages

2007-03-12 Thread Frederik Eaton
| -Original Message- | From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On | Behalf Of Frederik Eaton | Sent: 11 March 2007 20:44 | To: glasgow-haskell-bugs@haskell.org | Subject: question about expected and inferred types in error messages | | Hello, | | I hope that this isn't again