[Haskell-cafe] What is your favourite graph library?

Henning Thielemann lemming at henning-thielemann.de
Wed Feb 24 14:45:54 UTC 2021


On Wed, 24 Feb 2021, Ignat Insarov wrote:

> So, is there any cool library that I missed? Or some promising
> research? Do you know of any packages that use graphs heavily and in
> interesting ways? Are you curious to see progress in this area?

I wrote this package:
    http://hackage.haskell.org/package/comfort-graph

The goal was to have more descriptive node and edge identifiers than Int 
and the ability to mix directed and undirected edges.


More information about the Haskell-Cafe mailing list