From: Pepe Iborra Date: Wed, 7 Feb 2007 20:59:47 +0000 (+0000) Subject: Type reconstruction/RTTI: improve handling of newtypes X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=eeaa039982364fb658d4e6824e078c553ba8c748;hp=eeaa039982364fb658d4e6824e078c553ba8c748;p=ghc-hetmet.git Type reconstruction/RTTI: improve handling of newtypes Newtypes have always been a problem because they are not there at runtime, but we need to take them into account. Tests ghci.debugger/print011 and ghci.debugger/print012 cover this ---