<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16674" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face="Courier New" size=2>When running a module in DrScheme, the 
transformers used during expansion cannot be discarded, because they may be used 
in the interactions window. However, in many cases I no longer need the 
transformers after expansion. Is there a way to make them garbage collectable as 
soon as expansion is completed?</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2>How is this in a stand alone compiled 
module? It does not have to save the transformers for the interactions window, 
for there is none. What happens in this case with the transformers after 
expansion?</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2>Jos</FONT></DIV></BODY></HTML>