X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftypecheck%2FTcInstDcls.lhs;h=bc332aa294c9af03220ab7e8e42724213430e222;hb=35057005992d0de03515ad070af8c7435e899cc6;hp=d312cee87f1a7954258e8f9c7265c2ce5b814b4c;hpb=802b299f16593e95deb6cc2bd5d457444ed92fd1;p=ghc-hetmet.git diff --git a/ghc/compiler/typecheck/TcInstDcls.lhs b/ghc/compiler/typecheck/TcInstDcls.lhs index d312cee..bc332aa 100644 --- a/ghc/compiler/typecheck/TcInstDcls.lhs +++ b/ghc/compiler/typecheck/TcInstDcls.lhs @@ -593,7 +593,7 @@ tcInstDecl2 (InstInfo { iDFunId = dfun_id, iBinds = binds }) [(inst_tyvars', dfun_id, this_dict_id)] inlines all_binds in - showLIE "instance" `thenM_` + showLIE (text "instance") `thenM_` returnM (main_bind `AndMonoBinds` prag_binds `AndMonoBinds` sc_binds_outer)