Revert an accidental comment change
authorIan Lynagh <igloo@earth.li>
Fri, 15 Feb 2008 15:35:58 +0000 (15:35 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 15 Feb 2008 15:35:58 +0000 (15:35 +0000)
compiler/deSugar/Match.lhs

index 2d826f6..793cc56 100644 (file)
@@ -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