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.

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

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

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

    hledger-lib Hledger.Data.Amount

    Deprecated: please use styleAmounts instead

  4. journalSetLastReadTime :: POSIXTime -> Journal -> Journal

    hledger-lib Hledger.Data.Journal

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

  5. unsetboolopt :: String -> RawOpts -> RawOpts

    hledger-lib Hledger.Data.RawOptions

    No documentation available.

  6. Asset :: AccountType

    hledger-lib Hledger.Data.Types

    No documentation available.

  7. jparsetimeclockentries :: Journal -> [TimeclockEntry]

    hledger-lib Hledger.Data.Types

    timeclock sessions which have not been clocked out

  8. data OSet a

    ordered-containers Data.Set.Ordered

    No documentation available.

  9. toSet :: OSet a -> Set a

    ordered-containers Data.Set.Ordered

    Convert an OSet to a Set. O(n), where n is the size of the OSet.

  10. reset :: Statement -> IO ()

    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.

Page 112 of many | Previous | Next