Popularity
3.9
Stable
Activity
0.0
Stable
6
3
1

Monthly Downloads: 47
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Data Structures     Graphs     Graph    
Latest version: v0.2.5

graph-wrapper alternatives and similar packages

Based on the "Data Structures" category.
Alternatively, view graph-wrapper alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of graph-wrapper or a related project?

Add another 'Data Structures' Package

README

graph-wrapper

A wrapper around the standard Data.Graph with a less awkward interface.

changelog

  • 0.2.6

    • Added Eq instance for Graph. (Thanks, @gelisam.)
  • 0.2.5 (changes to 0.2.4.4)

    • reachableVertices returns an empty list given a vertex that doesn't exist (instead of throwing an exception).