fgl

Martin Erwig's Functional Graph Library

Version on this page:5.7.0.1
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.7.0.1@sha256:92f2e8769ae12232727d7d8b773f9aac924f3c9324935690a5096efc6289fe35,3631

Module documentation for 5.7.0.1

  • 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.