File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ Generic Graphviz
3
3
4
4
documentation can be found on [ pursuit] ( https://pursuit.purescript.org/packages/purescript-generic-graphviz/ )
5
5
6
- consists of 3 parts (which probably should be seperate modules..):
6
+ consists of 3 parts (which probably * now are * seperate modules..):
7
7
8
- 1 . Dot-Lang typed representation and Dot-Lang code-generator (located in Data.DotLang )
9
- 2 . Generic Graph generator (takes an arbituary ADT and generates a graph for it)
10
- 3 . Bindings for Graphviz using [ viz.js ] ( https://github.com/mdaines/viz.js/ )
8
+ 1 . Dot-Lang typed representation and Dot-Lang code-generator. [ here ] ( https://github.com/csicar/purescript-dotlang )
9
+ 2 . Generic Graph generator (takes an arbituary ADT and generates a graph for it) (this repository)
10
+ 3 . Bindings for Graphviz [ here ] ( https://github.com/csicar/purescript-graphviz )
11
11
12
12
Example
13
13
---
You can’t perform that action at this time.
0 commit comments