Dead code detection

Pertti Kellomäki pk@cs.tut.fi
Wed, 18 Jul 2001 13:43:13 +0300


I am working with a fairly rapidly changing code base,
with another person besides me making changes. Can any of
the Haskell compilers warn about unused function definitions,
or does a similar standalone tool exist? I am fairly sure
the code base includes redundant definitions that just clutter
up the source, and I would like to be able to detect them easily.

Thanks,
-- 
pertti