Tag: data-structures

Releasing haggle-0.2

I just pushed a new release of haggle to Hackage today. The haggle library implements a number of different representations of graph data structures with different capability and efficiency tradeoffs. It is inspired by both fgl and boost::graph, with the goal of enabling users to choose the right graph representation for their needs, while avoiding the partial functions that are used in fgl. This release largely adds some instances contributed by users (including some Unbox instances). The one …