I see, I've tried `raco demod` and I am pretty happy with it.
Thanks for answering.

On Sunday, August 14, 2016 at 3:31:01 PM UTC+2, Matthew Flatt wrote:
> Restricting imports in that way is unlikely to reduce memory
> consumption. A module will be loaded if it is transitively required
> from the program's main module, whether or not any of its definitions
> are used.
> 
> The `raco demod` tool can flatten some programs into a single module
> and discard unused definitions. That flattening still will not depend
> on `only-in` restrictions, because it has the whole program and can
> look at actual uses.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to