Ticket #4107 (closed bug: fixed)
Extra parens in error message's displayed code
Description
In the code
f :: Bool a => a f = True
$ ghc13 --make teste The error message displayed is:
[1 of 1] Compiling Main ( teste.hs, teste.o )
teste.hs:1:6:
Type constructor `Bool' used as a class In the type signature for `f': f :: (Bool a) => a
Change History
Note: See
TracTickets for help on using
tickets.
