summaryrefslogtreecommitdiff
path: root/compiler/deSugar/Match.lhs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-02-15 15:35:58 +0000
committerIan Lynagh <igloo@earth.li>2008-02-15 15:35:58 +0000
commit96a7900481db325e220667f794eb7499ea64fbc4 (patch)
treee73a4d328a64b38211c0bdf7d62fad2d1ccc699c /compiler/deSugar/Match.lhs
parent4a0bba00134fdfd9e3530621d965275a85a5bc65 (diff)
downloadhaskell-96a7900481db325e220667f794eb7499ea64fbc4.tar.gz
Revert an accidental comment change
Diffstat (limited to 'compiler/deSugar/Match.lhs')
-rw-r--r--compiler/deSugar/Match.lhs2
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