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.
applyMapKeysSet :: Ord k => Map k (Maybe v) -> Set k -> Set kreflex 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.-
semirings Data.Semiring Wrapper to mimic Set (Sum Int), Set (Product Int), etc., while having a more efficient underlying representation.
IntSetOf :: IntSet -> IntSetOf asemirings Data.Semiring No documentation available.
getIntSet :: IntSetOf a -> IntSetsemirings Data.Semiring No documentation available.
controllerSetRedraw :: Controller -> IO ()gloss Graphics.Gloss.Data.Controller Indicate that we want the picture to be redrawn.
-
hledger-lib Hledger.Data No documentation available.
jparsetimeclockentries :: Journal -> [TimeclockEntry]hledger-lib Hledger.Data timeclock sessions which have not been clocked out
accountSetDeclarationInfo :: Journal -> Account a -> Account ahledger-lib Hledger.Data.Account Add extra info for this account derived from the Journal's account directives, if any (comment, tags, declaration order..).
-
hledger-lib Hledger.Data.AccountName Regular expressions matching common English top-level account names, used as a fallback when account types are not declared.
amountSetFullPrecision :: Amount -> Amounthledger-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.