[racket] tool to remove unused requires?

From: Vincent St-Amour (stamourv at ccs.neu.edu)
Date: Sun May 29 09:07:06 EDT 2011

At Sun, 29 May 2011 02:39:07 -0400,
Neil Van Dyke wrote:
> Is there a tool to remove unused "require" clauses from a Racket source 
> file?

macro-debugger/analysis/check-requires
or the script version: macro-debugger/analysis/check-requires-script

I used them in the past, and they work quite well.

Vincent


Posted on the users mailing list.