Huh! When does that happen? I thought that’s only with leading underscore for typed hole syntax
On Tue, 16 Mar 2021, Ben Franksen wrote:
> Is there a way to tell ghc to print errors, especially type errors in a
> more concise way? Ideally one or two lines of text? I hate it when I
> have to scroll several pages of text just to see the next/previous error
> location.
It has become especially worse since undefined identifiers are now
sometimes handled by the type checker. A simple "xyz is not defined" can
now consume many pages of follow-up type errors.
_______________________________________________
Haskell-Cafe mailing list
To (un)subscribe, modify options or view archives go to:
http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
Only members subscribed via the mailman list are allowed to post.