[Haskell-cafe] static analysis (call graph) tools?

2011-09-15 Thread Johannes Waldmann
Dear Cafe, what tools are there for static analysis of Haskell programs? I mean simple things like the call graph (who is calling whom). Which are, of course, not that simple because of higher order functions. Do leksah/eclipsefp(/ghc api) have something like show all uses of an identifier

Re: [Haskell-cafe] static analysis (call graph) tools?

2011-09-15 Thread Ivan Lazar Miljenovic
On 15 September 2011 21:40, Johannes Waldmann waldm...@imn.htwk-leipzig.de wrote: Dear Cafe, what tools are there for static analysis of Haskell programs? I mean simple things like the call graph (who is calling whom). Which are, of course, not that simple because of higher order functions.