patch applied (ghc-6.10/ghc): Fix #3067: GHCi panics with
'initTc:LIE' while :stepping on code with funny types
Ian Lynagh
igloo at earth.li
Tue Mar 3 17:06:29 EST 2009
Tue Mar 3 11:37:06 PST 2009 pepe iborra <mnislaih at gmail.com>
* Fix #3067: GHCi panics with 'initTc:LIE' while :stepping on code with funny types
The problem is that calls to boxyUnify would panic if the types involved
contained type functions.
It looks like one should wrap these calls with getLIE, although I don't
really know what I am doing here
M ./compiler/ghci/RtClosureInspect.hs -2 +2
View patch online:
http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20090303193706-d4749-8ea6286e0918f5a27846f681bca1ff0f30903c8b.gz
More information about the Cvs-ghc
mailing list