fgl

Martin Erwig's Functional Graph Library

Version on this page:5.6.0.0
LTS Haskell 22.14:5.8.2.0
Stackage Nightly 2024-03-28:5.8.2.0
Latest on Hackage:5.8.2.0

See all snapshots fgl appears in

BSD-3-Clause licensed by Martin Erwig, Ivan Lazar Miljenovic
Maintained by [email protected]
This version can be pinned in stack with:fgl-5.6.0.0@sha256:bf9057b868f96b3b7b7a6a88a94a5a2411aeea0a65d87b96119a8ee5aae69072,3578

Module documentation for 5.6.0.0

  • Data
    • Data.Graph
      • Data.Graph.Inductive
        • Data.Graph.Inductive.Basic
        • Data.Graph.Inductive.Example
        • Data.Graph.Inductive.Graph
        • Data.Graph.Inductive.Internal
          • Data.Graph.Inductive.Internal.Heap
          • Data.Graph.Inductive.Internal.Queue
          • Data.Graph.Inductive.Internal.RootPath
          • Data.Graph.Inductive.Internal.Thread
        • Data.Graph.Inductive.Monad
          • Data.Graph.Inductive.Monad.IOArray
          • Data.Graph.Inductive.Monad.STArray
        • Data.Graph.Inductive.NodeMap
        • Data.Graph.Inductive.PatriciaTree
        • Data.Graph.Inductive.Query
          • Data.Graph.Inductive.Query.ArtPoint
          • Data.Graph.Inductive.Query.BCC
          • Data.Graph.Inductive.Query.BFS
          • Data.Graph.Inductive.Query.DFS
          • Data.Graph.Inductive.Query.Dominators
          • Data.Graph.Inductive.Query.GVD
          • Data.Graph.Inductive.Query.Indep
          • Data.Graph.Inductive.Query.MST
          • Data.Graph.Inductive.Query.MaxFlow
          • Data.Graph.Inductive.Query.MaxFlow2
          • Data.Graph.Inductive.Query.Monad
          • Data.Graph.Inductive.Query.SP
          • Data.Graph.Inductive.Query.TransClos
        • Data.Graph.Inductive.Tree

An inductive representation of manipulating graph data structures.

Original website can be found at http://web.engr.oregonstate.edu/~erwig/fgl/haskell.