Skip to content
Snippets Groups Projects
Commit edeb362f authored by sof's avatar sof
Browse files

[project @ 1997-06-09 07:41:09 by sof]

Avoid use of commas in SLIT macros
parent 3221d014
No related merge requests found
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment