From: sof Date: Mon, 9 Jun 1997 07:41:09 +0000 (+0000) Subject: [project @ 1997-06-09 07:41:09 by sof] X-Git-Tag: Approximately_1000_patches_recorded~312 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=edeb362f70b892ae56ad97a6b308ce53f8a4c2fd;p=ghc-hetmet.git [project @ 1997-06-09 07:41:09 by sof] Avoid use of commas in SLIT macros --- diff --git a/ghc/compiler/typecheck/TcSimplify.lhs b/ghc/compiler/typecheck/TcSimplify.lhs index eddc3d3..0c52f1d 100644 --- a/ghc/compiler/typecheck/TcSimplify.lhs +++ b/ghc/compiler/typecheck/TcSimplify.lhs @@ -727,7 +727,7 @@ terms of the signature. \begin{code} reduceErr insts sty - = hang (ptext (SLIT("Context required by inferred type, but missing on a type signature"))) + = hang (text "Context required by inferred type, but missing on a type signature") 4 (vcat (map (pprInst sty) (bagToList insts))) \end{code}