Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/haskell/fgl

A Functional Graph Library for Haskell
https://github.com/haskell/fgl

Last synced: about 2 months ago
JSON representation

A Functional Graph Library for Haskell

Awesome Lists containing this project

README

        

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

[![Hackage](https://img.shields.io/hackage/v/fgl.svg)](https://hackage.haskell.org/package/fgl) [![Build Status](https://travis-ci.org/haskell/fgl.svg)](https://travis-ci.org/haskell/fgl)

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

For more information, please read the documentation on [Hackage](http://hackage.haskell.org/package/fgl).

The [original website](http://web.engr.oregonstate.edu/~erwig/fgl/haskell) 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](https://img.shields.io/hackage/v/fgl-arbitrary.svg)](https://hackage.haskell.org/package/fgl-arbitrary)

If you wish to use fgl graphs with [QuickCheck](http://hackage.haskell.org/package/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).