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

[project @ 1997-12-19 10:43:56 by sof]

Having unbalanced parantheses inside cpp macros
is also Bad, Bad, Bad.
parent 72207202
No related merge requests found
......@@ -781,8 +781,8 @@ nonBoxedPrimCCallErr clas inst_ty sty
invisibleDataConPrimCCallErr clas inst_ty sty
= hang (hsep [(ppr sty inst_ty <> ptext SLIT("s constructors not visible when checking")),
ppr sty clas, ptext SLIT("instance")])
4 (hsep [ptext SLIT("(Try either importing"), ppr sty inst_ty,
ptext SLIT("non-abstractly or compile using -fno-prune-tydecls ..)")])
4 (hsep [text "(Try either importing", ppr sty inst_ty,
text "non-abstractly or compile using -fno-prune-tydecls ..)"])
omittedMethodWarn sel_id clas sty
= sep [ptext SLIT("Warning: no explicit method nor default method for") <+> ppr sty sel_id,
......
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