/fgl-scala

Manipulate an immutable graph type (based on Haskell's `fgl`)

Primary LanguageScala

Functional graph library Build Status

The scala.collections.immutable package in the Scala standard library comes with a wide variety of immutable data structures. This is quite handy when writing purely functional code or when references are shared across several threads. However, there is no way to represent an immutable graph.