X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FdeSugar%2FMatch.lhs;h=793cc56391cd32c81f3d46c4e002d41ffafbc83e;hb=96a7900481db325e220667f794eb7499ea64fbc4;hp=2d826f67a7dc3f8cece3fdaf87b3303286f048d1;hpb=082c473c8358dc65bac1e41f268eba02d64eaf03;p=ghc-hetmet.git diff --git a/compiler/deSugar/Match.lhs b/compiler/deSugar/Match.lhs index 2d826f6..793cc56 100644 --- a/compiler/deSugar/Match.lhs +++ b/compiler/deSugar/Match.lhs @@ -386,7 +386,7 @@ which will be scrutinised. This means: Replace variable patterns @x@ (@x /= v@) with the pattern @_@, together with the binding @x = v@. \item -Replace the `as' pattern @xp@ with the pattern p and a binding @x = do v@. +Replace the `as' pattern @x@@p@ with the pattern p and a binding @x = v@. \item Removing lazy (irrefutable) patterns (you don't want to know...). \item