Agda-2.8.0: A dependently typed functional programming language and proof assistant
Safe HaskellNone
LanguageHaskell2010

Agda.Interaction.Highlighting.Dot.Base

Description

Generate an import dependency graph for a given module.

Synopsis

Documentation

renderDotToFile :: MonadIO m => DotGraph -> FilePath -> m () Source #

type DotGraph = Graph (WithUniqueInt Text) () Source #

Graph structure