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. type SelectionSet (s :: Stage) = MergeMap ALLOW_DUPLICATES s FieldName Selection s

    morpheus-graphql-core Data.Morpheus.Types.Internal.AST

    No documentation available.

  2. SelectionSet :: forall (s :: Stage) . SelectionSet s -> SelectionContent s

    morpheus-graphql-core Data.Morpheus.Types.Internal.AST

    No documentation available.

  3. mkBaseType :: TypeWrapper

    morpheus-graphql-core Data.Morpheus.Types.Internal.AST

    No documentation available.

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

  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