Fix a space leak in :trace (trac #2128)
authorIan Lynagh <igloo@earth.li>
Sun, 16 Mar 2008 21:17:48 +0000 (21:17 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 16 Mar 2008 21:17:48 +0000 (21:17 +0000)
commit8cf861ba91941412e93f70a916233223aebf686e
tree0a5f432e8e8fa236f879e8c6164492e02d4ba1cd
parentc1efc06cb56bc4359622918c5354b5730ea37724
Fix a space leak in :trace (trac #2128)
We were doing lots of cons'ing and tail'ing without forcing the tails,
so were building up lots of thunks.
compiler/main/InteractiveEval.hs