[project @ 1997-06-09 07:41:09 by sof]
authorsof <unknown>
Mon, 9 Jun 1997 07:41:09 +0000 (07:41 +0000)
committersof <unknown>
Mon, 9 Jun 1997 07:41:09 +0000 (07:41 +0000)
Avoid use of commas in SLIT macros

ghc/compiler/typecheck/TcSimplify.lhs

index eddc3d3..0c52f1d 100644 (file)
@@ -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}