X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FdeSugar%2FDsBinds.lhs;h=97c844ed456dac8502e4115062ba4f67ba6eb675;hb=136d634590dfed8008c084e2418e7c1663924829;hp=918f0e992f9cbee030f41e5c582323e46af93345;hpb=278092c8eeb3835ad850b595afab0423fa890026;p=ghc-hetmet.git diff --git a/ghc/compiler/deSugar/DsBinds.lhs b/ghc/compiler/deSugar/DsBinds.lhs index 918f0e9..97c844e 100644 --- a/ghc/compiler/deSugar/DsBinds.lhs +++ b/ghc/compiler/deSugar/DsBinds.lhs @@ -54,9 +54,6 @@ dsMonoBinds auto_scc (AndMonoBinds binds_1 binds_2) rest = dsMonoBinds auto_scc binds_2 rest `thenDs` \ rest' -> dsMonoBinds auto_scc binds_1 rest' -dsMonoBinds _ (CoreMonoBind var core_expr) rest - = returnDs ((var, core_expr) : rest) - dsMonoBinds _ (VarMonoBind var expr) rest = dsExpr expr `thenDs` \ core_expr ->