Open
Description
Hello,
I have this simple code:
runParser' Data.GraphViz.Parsing.parseUnqt $ printDotGraph $ digraph (Str "x") $ do "a0" --> "a1"
however it results in this error:
*** Exception: Error when parsing Dot code:
Expected one or more digits
Parse.many1Satisfy: failed
Remaining input:
"digraph x {\n a0 -> a1;\n}"
Metadata
Metadata
Assignees
Labels
No labels