Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

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

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

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

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

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

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

  7. data SepFormat

    hledger-lib Hledger.Data

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

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

  9. cformat :: Commodity -> Maybe AmountStyle

    hledger-lib Hledger.Data

    No documentation available.

  10. data AmountFormat

    hledger-lib Hledger.Data.Amount

    Formatting options available when displaying Amounts and MixedAmounts. Similar to AmountStyle but lower level, not attached to amounts or commodities, and can override it in some ways. See also hledger manual > "Amount formatting, parseability", which speaks of human, hledger, and machine output.

Page 642 of many | Previous | Next