Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
graphviz Data.GraphViz.Attributes.HTML No documentation available.
commandFor :: DotRepr dg n => dg n -> GraphvizCommandgraphviz Data.GraphViz.Commands The appropriate (default) Graphviz command for the given graph.
edgeInformation :: DotRepr dg n => Bool -> dg n -> [DotEdge n]graphviz Data.GraphViz.Types Return information on the DotEdges contained within this DotRepr. The Bool parameter indicates if applicable EdgeAttrs should be included.
edgeInformationClean :: DotRepr dg n => Bool -> dg n -> [DotEdge n]graphviz Data.GraphViz.Types A variant of edgeInformation with default attributes removed and only attributes used by edges kept.
graphStructureInformation :: DotRepr dg n => dg n -> (GlobalAttributes, ClusterLookup)graphviz Data.GraphViz.Types Return information on all the clusters contained within this DotRepr, as well as the top-level GraphAttrs for the overall graph.
graphStructureInformationClean :: DotRepr dg n => dg n -> (GlobalAttributes, ClusterLookup)graphviz Data.GraphViz.Types A variant of graphStructureInformation with default attributes removed and only attributes usable by graph/cluster kept (where applicable).
nodeInformation :: DotRepr dg n => Bool -> dg n -> NodeLookup ngraphviz Data.GraphViz.Types Return information on the DotNodes contained within this DotRepr. The Bool parameter indicates if applicable NodeAttrs should be included.
nodeInformationClean :: DotRepr dg n => Bool -> dg n -> NodeLookup ngraphviz Data.GraphViz.Types A variant of nodeInformation with default attributes removed and only attributes used by nodes kept.
-
hledger-lib Hledger.Data One of the standard *-separated value file types known by hledger,
-
hledger-lib Hledger.Data The id of a data format understood by hledger, eg journal or csv. The --output-format option selects one of these for output.