Hoogle Search

Within Stackage Nightly 2025-10-08 (ghc-9.12.2)

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

  1. amountSetStyles :: Map CommoditySymbol AmountStyle -> Amount -> Amount

    hledger-lib Hledger.Data.Amount

    Deprecated: please use styleAmounts instead

  2. amountStyleSetRounding :: Rounding -> AmountStyle -> AmountStyle

    hledger-lib Hledger.Data.Amount

    Set this amount style's rounding strategy when it is being applied to amounts.

  3. amountStylesSetRounding :: Rounding -> Map CommoditySymbol AmountStyle -> Map CommoditySymbol AmountStyle

    hledger-lib Hledger.Data.Amount

    Set these amount styles' rounding strategy when they are being applied to amounts.

  4. mixedAmountSetFullPrecision :: MixedAmount -> MixedAmount

    hledger-lib Hledger.Data.Amount

    In each component amount, increase the display precision sufficiently to render it exactly (showing all significant decimal digits).

  5. mixedAmountSetFullPrecisionUpTo :: Maybe Word8 -> MixedAmount -> MixedAmount

    hledger-lib Hledger.Data.Amount

    In each component amount, increase the display precision sufficiently to render it exactly if possible, but not more than the given max precision, and if no max precision is given and the amount has infinite decimals, limit display precision to a hard-coded smaller number (8). See amountSetFullPrecisionUpTo.

  6. mixedAmountSetPrecision :: AmountPrecision -> MixedAmount -> MixedAmount

    hledger-lib Hledger.Data.Amount

    Set the display precision in the amount's commodities.

  7. mixedAmountSetPrecisionMax :: Word8 -> MixedAmount -> MixedAmount

    hledger-lib Hledger.Data.Amount

    In each component amount, ensure the display precision is at most the given value. Makes all amounts have an explicit Precision.

  8. mixedAmountSetPrecisionMin :: Word8 -> MixedAmount -> MixedAmount

    hledger-lib Hledger.Data.Amount

    In each component amount, ensure the display precision is at least the given value. Makes all amounts have an explicit Precision.

  9. mixedAmountSetStyles :: Map CommoditySymbol AmountStyle -> MixedAmount -> MixedAmount

    hledger-lib Hledger.Data.Amount

    Deprecated: please use styleAmounts instead

  10. journalSetLastReadTime :: POSIXTime -> Journal -> Journal

    hledger-lib Hledger.Data.Journal

    Set this journal's last read time, ie when its files were last read.

Page 112 of many | Previous | Next