ivan-m / graphviz

Haskell bindings to the Graphviz toolkit
Other
64 stars 24 forks source link

Add example working code to README #50

Open tysonzero opened 4 years ago

tysonzero commented 4 years ago

This library does a good job of documenting the various functionality and providing reasonable types to help guide you, so it's definitely not all that hard to get something working.

With that said the amount of time required to find the necessary chain of function calls required to get something minimal working is fairly non-trivial.

Some incredibly simple MVP similar to what scotty has would be great for people unfamiliar with the library, or people who haven't used it recently.