diff options
author | Ian Lynagh <igloo@earth.li> | 2008-02-15 15:35:58 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-02-15 15:35:58 +0000 |
commit | 96a7900481db325e220667f794eb7499ea64fbc4 (patch) | |
tree | e73a4d328a64b38211c0bdf7d62fad2d1ccc699c /compiler/deSugar/Match.lhs | |
parent | 4a0bba00134fdfd9e3530621d965275a85a5bc65 (diff) | |
download | haskell-96a7900481db325e220667f794eb7499ea64fbc4.tar.gz |
Revert an accidental comment change
Diffstat (limited to 'compiler/deSugar/Match.lhs')
-rw-r--r-- | compiler/deSugar/Match.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/deSugar/Match.lhs b/compiler/deSugar/Match.lhs index 2d826f67a7..793cc56391 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 |