Safe Haskell | None |
---|---|
Language | Haskell2010 |
Agda.Interaction.Highlighting.Dot.Base
Description
Generate an import dependency graph for a given module.
Synopsis
- renderDotToFile :: MonadIO m => DotGraph -> FilePath -> m ()
- renderDot :: DotGraph -> Text
- type DotGraph = Graph (WithUniqueInt Text) ()