Statically analyse Haskell source code using graph-theoretic techniques. Sample reports can be found at: http://code.haskell.org/~ivanm/Sample_SourceGraph/SampleReports.html To use SourceGraph, call it as either: SourceGraph path/to/Foo.cabalOr, if your project doesn't use Cabal, then there is limited support for using an overall module from your program/library: SourceGraph path/to/Foo.hsNote tha

