data-reify provided the ability to turn recursive structures into explicit graphs. Many (implicitly or explicitly) recursive data structure can be given this ability, via a type class instance. See the Haskell Symposium paper (below) for more details.
Downloading
The best place to get data-reify from is hackage.
http://hackage.haskell.org/cgi-bin/hackage-scripts/package/data-reifyor
cabal install data-reifyThe latest version is data-reify-0.4