From 45bc009da2922cf8d5181d79d01c1c61e8d603fa Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Tue, 25 Jan 2011 13:11:15 +0000 Subject: [PATCH] Comments only --- compiler/hsSyn/HsExpr.lhs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/hsSyn/HsExpr.lhs b/compiler/hsSyn/HsExpr.lhs index 56fc9a7..5f1f776 100644 --- a/compiler/hsSyn/HsExpr.lhs +++ b/compiler/hsSyn/HsExpr.lhs @@ -1161,7 +1161,8 @@ data HsMatchContext id -- Context of a Match | LambdaExpr -- Patterns of a lambda | CaseAlt -- Patterns and guards on a case alternative | ProcExpr -- Patterns of a proc - | PatBindRhs -- Patterns in the *guards* of a pattern binding + | PatBindRhs -- A pattern binding, or its guards + -- [x] = e, or x | [y] <- e = e | RecUpd -- Record update [used only in DsExpr to -- tell matchWrapper what sort of -- runtime error message to generate] -- 1.7.10.4