Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. setNextMany :: (HasCallStack, MonadIO m) => SetT -> Word32 -> [Word32] -> m Word32

    gi-harfbuzz GI.HarfBuzz.Functions

    Finds the next element in set that is greater than codepoint. Writes out codepoints to out, until either the set runs out of elements, or size codepoints are written, whichever comes first. Since: 4.2.0

  2. SessionErrorTooManyRedirects :: SessionError

    gi-soup3 GI.Soup.Enums

    the message has been redirected too many times

  3. SessionErrorTooManyRestarts :: SessionError

    gi-soup3 GI.Soup.Enums

    the message has been restarted too many times

  4. organizationCompany :: Organization -> !Maybe Text

    github GitHub.Data.Definitions

    No documentation available.

  5. userCompany :: User -> !Maybe Text

    github GitHub.Data.Definitions

    No documentation available.

  6. optionsAnyAssignee :: IssueRepoMod

    github GitHub.Data.Options

    Issues assigned to someone.

  7. optionsAnyMilestone :: IssueRepoMod

    github GitHub.Data.Options

    Issues that have a milestone.

  8. whMarketplacePlanYearlyPriceInCents :: HookMarketplacePlan -> !Int

    github-webhooks GitHub.Data.Webhooks.Payload

    No documentation available.

  9. insertManyTemplates :: Template -> [(Token, Template)] -> Maybe Template

    glabrous Text.Glabrous

    get Just a new Template by inserting many Templates, if there is at least one tag correspondence, or Nothing.

    λ>insertManyTemplates t0 [(Tag "template1",t1),(Tag "template2",t2)]
    

  10. globMany :: GlobFlag -> [String] -> IO [FilePath]

    glob-posix System.Directory.Glob

    Like glob, but matches against multiple patterns. This function only allocates and marshals data once, making it more efficient than multiple glob calls.

Page 226 of many | Previous | Next