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)
  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


No differences found