Hoogle Search

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

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

  1. applyMapKeysSet :: Ord k => Map k (Maybe v) -> Set k -> Set k

    reflex Data.Map.Misc

    Given a Map k (Maybe v) representing keys to insert/update (Just) or delete (Nothing), produce a new Set k from the given input set. Equivalent to:

    applyMapKeysSet patch (keysSet m) == keysSet (applyMap patch m)
    
    but avoids the intervening Map and needs no values.

  2. newtype IntSetOf a

    semirings Data.Semiring

    Wrapper to mimic Set (Sum Int), Set (Product Int), etc., while having a more efficient underlying representation.

  3. IntSetOf :: IntSet -> IntSetOf a

    semirings Data.Semiring

    No documentation available.

  4. getIntSet :: IntSetOf a -> IntSet

    semirings Data.Semiring

    No documentation available.

  5. controllerSetRedraw :: Controller -> IO ()

    gloss Graphics.Gloss.Data.Controller

    Indicate that we want the picture to be redrawn.

  6. Asset :: AccountType

    hledger-lib Hledger.Data

    No documentation available.

  7. jparsetimeclockentries :: Journal -> [TimeclockEntry]

    hledger-lib Hledger.Data

    timeclock sessions which have not been clocked out

  8. accountSetDeclarationInfo :: Journal -> Account a -> Account a

    hledger-lib Hledger.Data.Account

    Add extra info for this account derived from the Journal's account directives, if any (comment, tags, declaration order..).

  9. assetAccountRegex :: Regexp

    hledger-lib Hledger.Data.AccountName

    Regular expressions matching common English top-level account names, used as a fallback when account types are not declared.

  10. amountSetFullPrecision :: Amount -> Amount

    hledger-lib Hledger.Data.Amount

    Increase an amount's display precision, if needed, to enough decimal places to show it exactly (showing all significant decimal digits, without trailing zeros). If the amount's display precision is unset, it will be treated as precision 0.

Page 110 of many | Previous | Next