Popularity
9.6
Stable
Activity
6.6
-
183
14
52

Monthly Downloads: 307
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Data Structures     Graphs     Fgl    
Latest version: v5.7.0.3

fgl alternatives and similar packages

Based on the "Data Structures" category.
Alternatively, view fgl alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of fgl or a related project?

Add another 'Data Structures' Package

README

The *F*unctional *G*raph *L*ibrary for Haskell

Hackage Build Status

Originally by Martin Erwig, this library provides an inductive approach to dealing with graphs.

For more information, please read the documentation on Hackage.

The original website contains various papers that might help learning and understanding the approach taken by this library; however, the code might no longer match the actual implementation.

Arbitrary instances

Hackage

If you wish to use fgl graphs with QuickCheck, have a look at the fgl-arbitrary package.

Original Credit attribution

From Martin Erwig's original README

I am grateful to many people who have helped me with bug reports, questions, comments, and implementations to improve the FGL. In particular, I would like to thank Martin Boehme, Luis Zeron, and Hal Daume for their contributions. Moreover, I would like to thank Abe Egnor and Isaac Jones at Aetion Technologies who refactored the modules into the new hierarchical name space and who have added two modules (see also the file CHANGES).