diagrams / diagrams-graphviz

Graph layout and drawing with GraphViz and diagrams
BSD 3-Clause "New" or "Revised" License
9 stars 4 forks source link

Incorrect type signature. #3

Closed GregorySchwartz closed 6 years ago

GregorySchwartz commented 6 years ago

drawGraph should be (I assume) Gr (AttributeNode v) (AttributeEdge e), not Gr (AttributeNode v) (AttributeNode e). Same for getGraph.

byorgey commented 6 years ago

Closed by #5 .