logo       

RE: -fwarn-unused-matches: msg#00076

lang.haskell.glasgow.bugs

Subject: RE: -fwarn-unused-matches


> 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>
Google Custom Search

News | FAQ | advertise