X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FdeSugar%2FDsArrows.lhs;h=63e5cbef28a9542b82d7b92678d0e1fc5e110095;hb=a8407757462804dfd51708d6cfdda0417a91bf8e;hp=d65a0b80c6464383cfe13927548bf15beacdc2f6;hpb=48f550f99f6f82f26de79529cf256b1e0a2b8e88;p=ghc-hetmet.git 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)