X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FdeSugar%2FDsBreakpoint.lhs;fp=compiler%2FdeSugar%2FDsBreakpoint.lhs;h=eac7e4845cda37851847e2115e5dff83d61d1fe8;hb=8894145751d8c7841b25e3fe561b42f65982d057;hp=b0e726537c5d0b538c6f6fd9902f98724039c0a4;hpb=e0dc75d53a17d8dd96aac4f4a6f2da8177eb8dce;p=ghc-hetmet.git diff --git a/compiler/deSugar/DsBreakpoint.lhs b/compiler/deSugar/DsBreakpoint.lhs index b0e7265..eac7e48 100644 --- a/compiler/deSugar/DsBreakpoint.lhs +++ b/compiler/deSugar/DsBreakpoint.lhs @@ -126,7 +126,7 @@ isInstrumentationSpot (L loc e) = do isRedundant HsLet {} = True isRedundant HsDo {} = True -isRedundant HsCase {} = True +isRedundant HsCase {} = False isRedundant _ = False dynBreakpoint :: SrcSpan -> DsM (LHsExpr Id)