Global renamings in HsSyn
[ghc-hetmet.git] / compiler / rename / RnExpr.lhs
index 8ff7962..049123e 100644 (file)
@@ -329,7 +329,7 @@ rnExpr (HsArrForm op fixity cmds)
     returnM (HsArrForm op' fixity cmds', fvOp `plusFV` fvCmds)
 
 rnExpr other = pprPanic "rnExpr: unexpected expression" (ppr other)
-       -- HsCoerce
+       -- HsWrap
 \end{code}