From 35057005992d0de03515ad070af8c7435e899cc6 Mon Sep 17 00:00:00 2001 From: simonpj Date: Fri, 21 Feb 2003 12:26:41 +0000 Subject: [PATCH] [project @ 2003-02-21 12:26:41 by simonpj] Typo --- ghc/compiler/typecheck/TcInstDcls.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.10.4