[project @ 2003-02-21 12:26:41 by simonpj]
authorsimonpj <unknown>
Fri, 21 Feb 2003 12:26:41 +0000 (12:26 +0000)
committersimonpj <unknown>
Fri, 21 Feb 2003 12:26:41 +0000 (12:26 +0000)
Typo

ghc/compiler/typecheck/TcInstDcls.lhs

index d312cee..bc332aa 100644 (file)
@@ -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)