Popularity
3.6
Declining
Activity
1.8
-
6
2
1
Monthly Downloads: 15
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 – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
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).