/dot-analysis

Analysing dependency graphs produced by Agda

Primary LanguageHaskellGNU General Public License v3.0GPL-3.0

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 {file_name}.dot