goyalarchit/graph-extra - version: 1.0.1

for more information visit the package's GitHub page

Package contains the following modules:

graph-extra

Convenience functions and random graph generator for working with elm-community/graph.

The package exposes three modules

  1. Graph.Extra : Convenience functions for Graph type
  2. Graph.Tree.Extra : Convenience functions for Graph.Tree type
  3. Random.Graph : Random Generators for Graph type

Check end-to-end example code in the examples/ folder.

Future Work