#5533: panic! (the 'impossible' happened) ...   splitFunTy ...
---------------------------------+------------------------------------------
    Reporter:  guest             |        Owner:  simonpj     
        Type:  bug               |       Status:  new         
    Priority:  normal            |    Milestone:              
   Component:  Compiler          |      Version:  7.0.3       
    Keywords:  splitFunTy        |     Testcase:              
   Blockedby:                    |   Difficulty:              
          Os:  Unknown/Multiple  |     Blocking:              
Architecture:  Unknown/Multiple  |      Failure:  None/Unknown
---------------------------------+------------------------------------------

Comment(by simonpj@…):

 commit 8f3f41787c2ec4ee5ce4f488580a0480abf2d3c5
 {{{
 Author: Simon Peyton Jones <[email protected]>
 Date:   Fri Oct 21 16:37:43 2011 +0100

     Refactor the way in which type (and other) signatures are renamed

     This was a trickier change than I had anticipated, but I think
     it's considerably tidier now.

     Fixes Trac #5533.

  compiler/hsSyn/HsBinds.lhs     |   19 -------
  compiler/rename/RnBinds.lhs    |   97 +++++++++++++++++++---------------
  compiler/rename/RnEnv.lhs      |  115
 ++++++++++++++++++++++++----------------
  compiler/rename/RnSource.lhs   |    5 +-
  compiler/typecheck/TcDeriv.lhs |    5 +-
  5 files changed, 129 insertions(+), 112 deletions(-)
 }}}

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

_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to