Fix Trac #1525
authorsimonpj@microsoft.com <unknown>
Thu, 2 Aug 2007 11:12:04 +0000 (11:12 +0000)
committersimonpj@microsoft.com <unknown>
Thu, 2 Aug 2007 11:12:04 +0000 (11:12 +0000)
commit5c453a13941a6825fc6ca694ca9bbdf20ee49fee
tree5f2c3ce29cc3c867e390b35ad2ae1ef882b119c9
parentff3a9311293daf8fde02507cc70426f7b41f222c
Fix Trac #1525

A Name used to have a Parent, but no longer has.  When we want to
print info about data type T and data constructor MkT, the info about
T already describes MkT so we want to discard the latter.  Now that
Names don't have a Parent, we must do that in a different way,
using implicitTyThings

Test is ghci011
compiler/ghci/InteractiveUI.hs