From edeb362f70b892ae56ad97a6b308ce53f8a4c2fd Mon Sep 17 00:00:00 2001
From: sof <unknown>
Date: Mon, 9 Jun 1997 07:41:09 +0000
Subject: [PATCH] [project @ 1997-06-09 07:41:09 by sof] Avoid use of commas in
 SLIT macros

---
 ghc/compiler/typecheck/TcSimplify.lhs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ghc/compiler/typecheck/TcSimplify.lhs b/ghc/compiler/typecheck/TcSimplify.lhs
index eddc3d38619e..0c52f1db5a1b 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}
 
-- 
GitLab