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.
setNextMany :: (HasCallStack, MonadIO m) => SetT -> Word32 -> [Word32] -> m Word32gi-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
SessionErrorTooManyRedirects :: SessionErrorgi-soup3 GI.Soup.Enums the message has been redirected too many times
SessionErrorTooManyRestarts :: SessionErrorgi-soup3 GI.Soup.Enums the message has been restarted too many times
organizationCompany :: Organization -> !Maybe Textgithub GitHub.Data.Definitions No documentation available.
userCompany :: User -> !Maybe Textgithub GitHub.Data.Definitions No documentation available.
optionsAnyAssignee :: IssueRepoModgithub GitHub.Data.Options Issues assigned to someone.
optionsAnyMilestone :: IssueRepoModgithub GitHub.Data.Options Issues that have a milestone.
whMarketplacePlanYearlyPriceInCents :: HookMarketplacePlan -> !Intgithub-webhooks GitHub.Data.Webhooks.Payload No documentation available.
insertManyTemplates :: Template -> [(Token, Template)] -> Maybe Templateglabrous 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)]
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.