Hoogle Search

Within Stackage Nightly 2025-09-26 (ghc-9.12.2)

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

  1. setStrictness :: DotRepr dg n => Bool -> dg n -> dg n

    graphviz Data.GraphViz.Types

    A strict graph disallows multiple edges.

  2. setClusterAttributes :: GraphID -> [GlobalAttributes] -> DotGraph n -> DotGraph n

    graphviz Data.GraphViz.Types.Graph

    Specify the attributes of the cluster; adds it if not already present.

  3. setClusterParent :: GraphID -> Maybe GraphID -> DotGraph n -> DotGraph n

    graphviz Data.GraphViz.Types.Graph

    Specify the parent of the cluster; adds both in if not already present.

  4. setComponents :: ProgressMeter -> [Progress] -> IO ()

    MissingH Data.Progress.Meter

    Adjust the list of components of this ProgressMeter.

  5. setWidth :: ProgressMeter -> Int -> IO ()

    MissingH Data.Progress.Meter

    Adjusts the width of this ProgressMeter.

  6. setP :: Progress -> Integer -> IO ()

    MissingH Data.Progress.Tracker

    Set the completed unit count in the Progress object to the specified value. Unlike incrP, this function sets the count to a specific value, rather than adding to the existing value. If this value exceeds the total, then the total will also be raised to match this value so that the completed count never exceeds teh total.

  7. setP' :: Progress -> Integer -> IO ()

    MissingH Data.Progress.Tracker

    Like setP, but never modify the total.

  8. setTotal :: Progress -> Integer -> IO ()

    MissingH Data.Progress.Tracker

    Set the total unit count in the Progress object to the specified value. Like incrTotal, this would rarely be needed.

  9. setAmountDecimalPoint :: Maybe Char -> Amount -> Amount

    hledger-lib Hledger.Data.Amount

    Set (or clear) an amount's display decimal point.

  10. setAmountInternalPrecision :: Word8 -> Amount -> Amount

    hledger-lib Hledger.Data.Amount

    Set an amount's internal decimal precision as well as its display precision. This rounds or pads its Decimal quantity to the specified number of decimal places. Rounding is done with Data.Decimal's default roundTo function: "If the value ends in 5 then it is rounded to the nearest even value (Banker's Rounding)".

Page 47 of many | Previous | Next