|
RE: -fwarn-unused-matches: msg#00076lang.haskell.glasgow.bugs
> 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? No. Cheers, ghc-5.02.2
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | -fwarn-unused-matches, Serge D. Mechveliani |
|---|---|
| Next by Date: | Re: -fwarn-unused-matches, Malcolm Wallace |
| Previous by Thread: | Re: -fwarn-unused-matches, Malcolm Wallace |
| Next by Thread: | RE: -fwarn-unused-matches, Simon Peyton-Jones |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |