Improve no-type-signature warning
authorIan Lynagh <igloo@earth.li>
Wed, 5 Mar 2008 01:12:42 +0000 (01:12 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 5 Mar 2008 01:12:42 +0000 (01:12 +0000)
commitade2870f9be663775e9fc62cf43edf967e268199
tree1aad76ede27796d8b86746bbac174af9bff7b539
parent3a26865812b57bc7f14d0f3c8fb3ece13a6691f0
Improve no-type-signature warning
Instead of
   Warning: Definition but no type signature for `.+.'
            Inferred type: .+. :: forall a. a
we now say
    Warning: Definition but no type signature for `.+.'
             Inferred type: (.+.) :: forall a. a
compiler/typecheck/TcBinds.lhs