Popularity
3.8
Declining
Activity
0.0
Stable
6
3
1
Monthly Downloads: 40
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
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.
-
parameterized-utils
A set of utilities for using indexed types including containers, equality, and comparison. -
justified-containers
Standard containers, with keys that carry type-level proofs of their own presence.
InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
Promo
www.influxdata.com
Do you think we are missing an alternative of graph-wrapper or a related project?
README
graph-wrapper
A wrapper around the standard Data.Graph with a less awkward interface.
changelog
0.2.6
- Added
Eq
instance forGraph
. (Thanks, @gelisam.)
- Added
0.2.5
(changes to0.2.4.4
)reachableVertices
returns an empty list given a vertex that doesn't exist (instead of throwing an exception).