Skip to content

batterseapower/haskell-call-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

h1. Haskell call graph builder

Currently this is very hacked up and only designed to be run on the output of the Cambridge Haskell Supercompiler. It is very useful for visualising the structure of the recursion in the output programs -- in particular, it can find where the inner loops are.

h2. Usage

Simply run with the name of the Haskell source file(s) to analyse:

haskell-call-graph Foo.hs Bar.hs

The output will be saved in Foo.png and Bar.png respectively.

About

Call graph tool for use with the Cambridge Haskell Supercompiler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published