Nope. It's correct. the 'x' in the pattern (x,y) is defined but not used. simon
| -----Original Message----- | From: Serge D. Mechveliani [mailto:[EMAIL PROTECTED] | Sent: 28 March 2003 13:10 | To: [EMAIL PROTECTED] | | Dear ghc-5.02.2, | | ghc -c -fwarn-unused-matches | says | Warning: Defined but not used: x | | when compiling the function | | f :: Eq a => [(a, a)] -> (a, a) -> [(a, a)] | f ps (x, y) = [(z, y) | (z, x) <- ps] | | Is it a bug? | | Answer, please, to [EMAIL PROTECTED] | | ----------------- | Serge Mechveliani | [EMAIL PROTECTED] | _______________________________________________ | Glasgow-haskell-bugs mailing list | [EMAIL PROTECTED] | http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs _______________________________________________ Glasgow-haskell-bugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
