fgl v5.4.2 Release Notes

Release Date: 2008-05-01 // almost 16 years ago
    • ➕ added Setup.hs to tar file

    • reimplementation of Data.Graph.Inductive.Query.Dominators by Bertram Felgenhauer:

    It was buggy and very slow for large graphs. See http://www.haskell.org/pipermail/haskell-cafe/2008-April/041739.html

    This patch also adds a new function, iDom, that returns the immediate dominators of the graph nodes.

    • Exported xdf*With functions from DFS.hs

    • many little cleanups thanks to many people (use 'darcs changes' to see the details)