diff options
Diffstat (limited to 'compiler/GHC/HsToCore/Binds.hs')
-rw-r--r-- | compiler/GHC/HsToCore/Binds.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/HsToCore/Binds.hs b/compiler/GHC/HsToCore/Binds.hs index 64114b513f..c55028a5a2 100644 --- a/compiler/GHC/HsToCore/Binds.hs +++ b/compiler/GHC/HsToCore/Binds.hs @@ -159,7 +159,7 @@ dsHsBind dflags b@(FunBind { fun_id = L loc fun -- predicate of the coverage checker -- See Note [Long-distance information] in "GHC.HsToCore.Pmc" matchWrapper - (mkPrefixFunRhs (L loc (idName fun))) + (mkPrefixFunRhs (L loc (CtxIdName (idName fun)))) Nothing matches ; core_wrap <- dsHsWrapper co_fn |