Several changes to the code dealing with newtypes in :print
authorPepe Iborra <mnislaih@gmail.com>
Sun, 17 Jun 2007 19:34:35 +0000 (19:34 +0000)
committerPepe Iborra <mnislaih@gmail.com>
Sun, 17 Jun 2007 19:34:35 +0000 (19:34 +0000)
commit5e5cecc9096826a276d4fa56b280fd216579b7f6
tree5950f220bd0450e14c71f74e33a287aa88cf42b6
parent5f19ed50a01c88b21725b3d73615cc02760e6bbe
Several changes to the code dealing with newtypes in :print

I simplified the code, killed some unreachable blocks, and renamed it so that it corresponds more accurately with what is explained in the technical report

http://www.dsic.upv.es/docs/bib-dig/informes/etd-04042007-111431/papernew2.pdf

Also, fixed a bug related to newtypes in the pretty printer
compiler/ghci/RtClosureInspect.hs