Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

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

    graphviz Data.GraphViz.Types.Graph

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

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

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

    hledger-lib Hledger.Data.Amount

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

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

  5. setboolopt :: String -> RawOpts -> RawOpts

    hledger-lib Hledger.Data.RawOptions

    No documentation available.

  6. setopt :: String -> String -> RawOpts -> RawOpts

    hledger-lib Hledger.Data.RawOptions

    No documentation available.

  7. setDefaultCommodityAndStyle :: forall (m :: Type -> Type) . (CommoditySymbol, AmountStyle) -> JournalParser m ()

    hledger-lib Hledger.Read.Common

    No documentation available.

  8. setYear :: forall (m :: Type -> Type) . Year -> JournalParser m ()

    hledger-lib Hledger.Read.Common

    No documentation available.

  9. setDefaultConversionOp :: ConversionOp -> ReportSpec -> ReportSpec

    hledger-lib Hledger.Reports.ReportOptions

    Set the default ConversionOp.

  10. setEither :: ((a -> Either e b) -> s -> Either e t) -> b -> s -> Either e t

    hledger-lib Hledger.Reports.ReportOptions

    Set a field using a lens, but report on failure.

Page 351 of many | Previous | Next