We no longer instantiate tyvars to Unknown types in the :print mechanism
authorPepe Iborra <mnislaih@gmail.com>
Tue, 24 Apr 2007 10:23:13 +0000 (10:23 +0000)
committerPepe Iborra <mnislaih@gmail.com>
Tue, 24 Apr 2007 10:23:13 +0000 (10:23 +0000)
commitcb429c8ac482f3b294f709b5ba50423fdf1f35b0
treed3b8dfdfb86bb9a4e3478316297a397793aeeb75
parent49ae18be5dbd124c59a13e7ccb7338525e68ad4d
We no longer instantiate tyvars to Unknown types in the :print mechanism

Instead, we keep the original tyvars.
The plan is to exploit type relationships among closures to recover more types.
compiler/ghci/Debugger.hs
compiler/ghci/DebuggerTys.hs [deleted file]
compiler/ghci/RtClosureInspect.hs
compiler/main/GHC.hs