haggle icon indicating copy to clipboard operation
haggle copied to clipboard

An efficient graph library for Haskell

Results 4 haggle issues
Sort by recently updated
recently updated
newest added

Given PR #7, it might be useful to have bifunctor instances for the other graph backends

I feel like many of the interfaces in this package would benefit from being specified as backpack signatures. Backpack signatures are easily extendable, so you could define the labeled graphs...

According to [the docs][1], ``addLabeledEdge`` has the following type: ```haskell addLabeledEdge :: (MLabeledEdge g, PrimMonad m, MonadRef m) => g m -> Vertex -> Vertex -> MEdgeLabel g -> m...

This bumps the upper version bounds on `criterion`, `hashable`, and `primitive` to pick a build plan that is compatible with GHC 9.10.