Hoogle Search
Within Stackage Nightly 2025-10-02 (ghc-9.12.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mixedAmountSetPrecisionMax :: Word8 -> MixedAmount -> MixedAmounthledger-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.
mixedAmountSetPrecisionMin :: Word8 -> MixedAmount -> MixedAmounthledger-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.
mixedAmountSetStyles :: Map CommoditySymbol AmountStyle -> MixedAmount -> MixedAmounthledger-lib Hledger.Data.Amount Deprecated: please use styleAmounts instead
journalSetLastReadTime :: POSIXTime -> Journal -> Journalhledger-lib Hledger.Data.Journal Set this journal's last read time, ie when its files were last read.
unsetboolopt :: String -> RawOpts -> RawOptshledger-lib Hledger.Data.RawOptions No documentation available.
-
hledger-lib Hledger.Data.Types No documentation available.
jparsetimeclockentries :: Journal -> [TimeclockEntry]hledger-lib Hledger.Data.Types timeclock sessions which have not been clocked out
-
ordered-containers Data.Set.Ordered No documentation available.
-
ordered-containers Data.Set.Ordered Convert an OSet to a Set. O(n), where n is the size of the OSet.
-
sqlite-simple Database.SQLite.Simple Resets a statement. This does not reset bound parameters, if any, but allows the statement to be reexecuted again by invoking nextRow.