minor fix to comment
authorRoss Paterson <ross@soi.city.ac.uk>
Sun, 22 Aug 2010 08:58:38 +0000 (08:58 +0000)
committerRoss Paterson <ross@soi.city.ac.uk>
Sun, 22 Aug 2010 08:58:38 +0000 (08:58 +0000)
compiler/deSugar/DsArrows.lhs

index d65a0b8..63e5cbe 100644 (file)
@@ -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)