From 96a7900481db325e220667f794eb7499ea64fbc4 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 15 Feb 2008 15:35:58 +0000 Subject: [PATCH] Revert an accidental comment change --- compiler/deSugar/Match.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4