summaryrefslogtreecommitdiff
path: root/rts/Ticky.c
diff options
context:
space:
mode:
authorPepe Iborra <mnislaih@gmail.com>2007-04-26 16:35:40 +0000
committerPepe Iborra <mnislaih@gmail.com>2007-04-26 16:35:40 +0000
commitcdfe9b087902b321b56dd58df7d996a966947585 (patch)
treea34b6e5fb9648482168b2df758301e8850439cdc /rts/Ticky.c
parentf1915bd7bdb2d228c595d64713365c1394bfbd13 (diff)
downloadhaskell-cdfe9b087902b321b56dd58df7d996a966947585.tar.gz
Dont tidy up tyvars after :print type reconstruction
I introduced a bug yesterday when I changed the way tidying up was performed. As a result of tidying, cvObtainTerm could be returning types with regular tyvars inside, which never should. But actually, it's better if we do not do the tidying up, in order to keep the tyvar names from the environment. New names will be introduced only when an existential is found, which is not so common. In this case the user will see a funny name. Is that really an issue?
Diffstat (limited to 'rts/Ticky.c')
0 files changed, 0 insertions, 0 deletions