[project @ 1999-03-16 12:31:55 by simonpj]
authorsimonpj <unknown>
Tue, 16 Mar 1999 12:31:55 +0000 (12:31 +0000)
committersimonpj <unknown>
Tue, 16 Mar 1999 12:31:55 +0000 (12:31 +0000)
commit831297f162bbaa1e41e0937d2207df8a2532e9b8
tree905c8c9901b1ecd01c484c563fef51890095ae7c
parentce55bf9cf5214b2e1f8f1ba05e48de8094fe9338
[project @ 1999-03-16 12:31:55 by simonpj]
Make it only a warning if you have a type like this:

forall a. Int -> Int

These show up in interface files occasionally, just because
the simplifier is a bit blase about adding type arguments.

But it's an error to have

forall a. Eq a => Int -> Int

The flag -fwarn-unused-matches reports a warning for these
redundant for-alls.
ghc/compiler/rename/RnSource.lhs