cifl-math-library-1.1.1.0: Math libraries
Safe HaskellTrustworthy
LanguageHaskell2010

Math.Graph.Dot

Documentation

convertToDotGraph :: (Monad m, Ord n, Show n, GraphMonoid mon Bool) => InGraphM mon n m (DotGraph n) Source #

renderDotToString :: PrintDot n => DotGraph n -> String Source #