Description
A Haskell library that provides a simple interface for building Graphviz .dot graph files. It helps programs generate graph descriptions for visualization, documentation, or debugging.
Developers use it to output dependency graphs, state machines, workflows, and data relationships. Generated graphs should keep labels clear and avoid exposing private data in exported diagrams.