RE: Dead code detection

2001-07-18 Thread Simon Peyton-Jones
he module depends on. So the raw material for a global analyser is in place. Simon | -Original Message- | From: Pertti Kellomäki [mailto:[EMAIL PROTECTED]] | Sent: 18 July 2001 11:43 | To: [EMAIL PROTECTED] | Subject: Dead code detection | | | I am working with a fairly rapidly changi

Dead code detection

2001-07-18 Thread Pertti Kellomäki
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