[Haskell-cafe] minimal interface

Ivan Miljenovic ivan.miljenovic at gmail.com
Tue Mar 2 17:14:05 EST 2010


On 3 March 2010 08:25, Sean McLaughlin <seanmcl at gmail.com> wrote:
> For instance, if module A exports f, but A.f is never used in my compiled program,
> I would like to be warned of this fact.

My SourceGraph program (
http://hackage.haskell.org/package/SourceGraph ) does this, but you'll
have to look through the generated report to find it.

-- 
Ivan Lazar Miljenovic
Ivan.Miljenovic at gmail.com
IvanMiljenovic.wordpress.com


More information about the Haskell-Cafe mailing list