X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftypecheck%2FTcHsSyn.lhs;h=a7a130d4588d486863250e815729168d8625a76c;hb=c2527e8dea810f1584609ad20408a38691131d28;hp=df44a0649b05889ab797e9943f1796914422ae73;hpb=f714e6b642fd614a9971717045ae47c3d871275e;p=ghc-hetmet.git diff --git a/ghc/compiler/typecheck/TcHsSyn.lhs b/ghc/compiler/typecheck/TcHsSyn.lhs index df44a06..a7a130d 100644 --- a/ghc/compiler/typecheck/TcHsSyn.lhs +++ b/ghc/compiler/typecheck/TcHsSyn.lhs @@ -566,7 +566,7 @@ zonkReboundNames :: ZonkEnv -> ReboundNames Id -> TcM (ReboundNames Id) zonkReboundNames env prs = mapM zonk prs where - zonk (n, e) = zonkLExpr env e `thenM` \ new_e -> + zonk (n, e) = zonkExpr env e `thenM` \ new_e -> returnM (n, new_e)