Skip to content

MaxDesiatov/graphtype

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tool to produce dependency diagram from the set of *.hs files. Diagram
will include specified top-level declaration and all user-defined
types referencd from there (recursively).

To see dependency diagram for type MegaData and all other types
referenced from there, use:

        graphtype MegaData *.hs

User can choose to omit types and newtypes that do not contain
anything other than library types - this could be useful to unclutter
really large diagrams. Try running "graphtype --trim ..." and see
whether it helps you or otherwise.

About

Graphing dependencies between Haskell types

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 99.5%
  • Shell 0.5%