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.

  1. ScaleUniformly :: Scale

    graphviz Data.GraphViz.Attributes.HTML

    No documentation available.

  2. commandFor :: DotRepr dg n => dg n -> GraphvizCommand

    graphviz Data.GraphViz.Commands

    The appropriate (default) Graphviz command for the given graph.

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

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

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

  6. 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).

  7. nodeInformation :: DotRepr dg n => Bool -> dg n -> NodeLookup n

    graphviz Data.GraphViz.Types

    Return information on the DotNodes contained within this DotRepr. The Bool parameter indicates if applicable NodeAttrs should be included.

  8. nodeInformationClean :: DotRepr dg n => Bool -> dg n -> NodeLookup n

    graphviz Data.GraphViz.Types

    A variant of nodeInformation with default attributes removed and only attributes used by nodes kept.

  9. data SepFormat

    hledger-lib Hledger.Data

    One of the standard *-separated value file types known by hledger,

  10. data StorageFormat

    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.

Page 646 of many | Previous | Next