Type reconstruction/RTTI: improve handling of newtypes
authorPepe Iborra <mnislaih@gmail.com>
Wed, 7 Feb 2007 20:59:47 +0000 (20:59 +0000)
committerPepe Iborra <mnislaih@gmail.com>
Wed, 7 Feb 2007 20:59:47 +0000 (20:59 +0000)
commiteeaa039982364fb658d4e6824e078c553ba8c748
tree6a5e1fa9a75e2f86bdc103d89850efe8d851b08e
parent9004e883504aa93055a9fbdebfb21753e2454ca6
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
compiler/ghci/RtClosureInspect.hs