Remove uses of addFreeTyVars
authorIan Lynagh <igloo@earth.li>
Sat, 15 Mar 2008 15:50:27 +0000 (15:50 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 15 Mar 2008 15:50:27 +0000 (15:50 +0000)
commit2e3b6bd7e00fa3faaa07ea0badee7f020a7c8306
treea4f49fbd0f180338707783780e6dc574a30741bc
parent575051778533f6ca7fea374eb3ccdcc18ef68908
Remove uses of addFreeTyVars
This optimisation actually make things a bit slower on average, as
measured by nofib. The example in #1136 in particular suffers from high
memory usage. Therefore we no longer do the optimisation.
compiler/basicTypes/Id.lhs
compiler/types/Type.lhs