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.
setClusterAttributes :: GraphID -> [GlobalAttributes] -> DotGraph n -> DotGraph ngraphviz Data.GraphViz.Types.Graph Specify the attributes of the cluster; adds it if not already present.
setClusterParent :: GraphID -> Maybe GraphID -> DotGraph n -> DotGraph ngraphviz Data.GraphViz.Types.Graph Specify the parent of the cluster; adds both in if not already present.
setAmountDecimalPoint :: Maybe Char -> Amount -> Amounthledger-lib Hledger.Data.Amount Set (or clear) an amount's display decimal point.
setAmountInternalPrecision :: Word8 -> Amount -> Amounthledger-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)".
setboolopt :: String -> RawOpts -> RawOptshledger-lib Hledger.Data.RawOptions No documentation available.
setopt :: String -> String -> RawOpts -> RawOptshledger-lib Hledger.Data.RawOptions No documentation available.
-
hledger-lib Hledger.Read.Common No documentation available.
setYear :: forall (m :: Type -> Type) . Year -> JournalParser m ()hledger-lib Hledger.Read.Common No documentation available.
setDefaultConversionOp :: ConversionOp -> ReportSpec -> ReportSpechledger-lib Hledger.Reports.ReportOptions Set the default ConversionOp.
setEither :: ((a -> Either e b) -> s -> Either e t) -> b -> s -> Either e thledger-lib Hledger.Reports.ReportOptions Set a field using a lens, but report on failure.