Massive patch for the first months work adding System FC to GHC #29
[ghc-hetmet.git] / compiler / rename / RnExpr.lhs
index 735bdc3..be0970c 100644 (file)
@@ -330,7 +330,7 @@ rnExpr (HsArrForm op fixity cmds)
     returnM (HsArrForm op' fixity cmds', fvOp `plusFV` fvCmds)
 
 rnExpr other = pprPanic "rnExpr: unexpected expression" (ppr other)
-       -- DictApp, DictLam, TyApp, TyLam
+       -- HsCoerce
 \end{code}