From: Ross Paterson Date: Sun, 22 Aug 2010 08:58:38 +0000 (+0000) Subject: minor fix to comment X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=34bb2bb9114fe35fc743b67254c6db7c3097dc72;p=ghc-hetmet.git minor fix to comment --- 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)