Skip to content

gallais/dot-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dot-analysis

Analysing dependency graphs produced by Agda

Installation

cabal install .

Quick usage

  1. Install agda.

  2. Install graphviz.

  3. Generate a dot file for an agda file -

    agda -i. --dependency-graph={file_name}.dot {agda_file_name}.agda`
    
  4. Run dot-analysis -

    dot-analysis [--arity] [--weight] [--top] FILE
    

About

Analysing dependency graphs produced by Agda

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published