Simon Peyton-Jones <[EMAIL PROTECTED]> writes:
> > One additional comment. I frequently use quotes (') as suffixes
> > for identifier and type names. As can be seen above ghc loves adding
> > quotes (` and ') around parts of its messages. This becomes *very*
> > confusing when the last part of the message consists of an
> > identifier suffixed by a one or more quote symbols.
>
> I've noticed this too, but the trouble is that if you leave the quotes
> out then identifiers tend to get lost in the text. Better ideas welcome.
Well, you could always use different quoting characters. Rather than
`Int'', you could use any of:
"Int'"
(Int')
[Int']
{Int'}
<< Int' >>
` Int' '
etc.
Carl Witty
[EMAIL PROTECTED]