[GHC] #1966: Incorrect Outputable instance for InstDecl

GHC trac at galois.com
Mon Dec 10 04:26:04 EST 2007


#1966: Incorrect Outputable instance for InstDecl
----------------------+-----------------------------------------------------
 Reporter:  guest     |          Owner:  igloo      
     Type:  merge     |         Status:  new        
 Priority:  normal    |      Milestone:             
Component:  Compiler  |        Version:             
 Severity:  normal    |     Resolution:             
 Keywords:            |     Difficulty:  Easy (1 hr)
 Testcase:  ppr001    |   Architecture:  Multiple   
       Os:  Multiple  |  
----------------------+-----------------------------------------------------
Comment (by dfranke):

 By the way, it occurs to me that an effective way to smoke out any other
 bugs of a similar nature would be to take some large Haskell projects,
 probably including GHC itself, and:

 1. Parse them
 2 Pretty-print them
 3. Reparse the output
 4. Pretty-print again

 and verify that step 3 succeeds and the outputs of steps 2 and 4 match.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1966#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the Glasgow-haskell-bugs mailing list