From 34bb2bb9114fe35fc743b67254c6db7c3097dc72 Mon Sep 17 00:00:00 2001 From: Ross Paterson Date: Sun, 22 Aug 2010 08:58:38 +0000 Subject: [PATCH] minor fix to comment --- compiler/deSugar/DsArrows.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/deSugar/DsArrows.lhs b/compiler/deSugar/DsArrows.lhs index d65a0b8..63e5cbe 100644 --- a/compiler/deSugar/DsArrows.lhs +++ b/compiler/deSugar/DsArrows.lhs @@ -149,7 +149,7 @@ mkCorePairExpr e1 e2 = mkCoreTup [e1, e2] The input is divided into a local environment, which is a flat tuple (unless it's too big), and a stack, each element of which is paired -with the stack in turn. In general, the input has the form +with the environment in turn. In general, the input has the form (...((x1,...,xn),s1),...sk) -- 1.7.10.4