Visualizing e-graphs with graphviz #26
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
At some point in the development process there was a backend that allowed an e-graph to be rendered as a graphviz graph.
This was imensely useful until I started bumping into some bugs with the original implementation, which made it less useful.
Unfortunately it fell out of date during the evolution of the project, so it no longer compiles (
Data.Equality.Graph.Dot
, that is conditionally compiled when using-f+vizdot
)I think we should rewrite this backend, as it can be imensely useful for users debugging their e-graphs and representations.
The text was updated successfully, but these errors were encountered: