Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. pullRequestMergeable :: PullRequest -> !Maybe Bool

    github GitHub.Data.PullRequests

    No documentation available.

  2. pullRequestMergeableState :: PullRequest -> !MergeableState

    github GitHub.Data.PullRequests

    No documentation available.

  3. pullRequestMerged :: PullRequest -> !Bool

    github GitHub.Data.PullRequests

    No documentation available.

  4. pullRequestMergedAt :: PullRequest -> !Maybe UTCTime

    github GitHub.Data.PullRequests

    No documentation available.

  5. pullRequestMergedBy :: PullRequest -> !Maybe SimpleUser

    github GitHub.Data.PullRequests

    No documentation available.

  6. simplePullRequestMergedAt :: SimplePullRequest -> !Maybe UTCTime

    github GitHub.Data.PullRequests

    No documentation available.

  7. isPullRequestMergedR :: forall (rw :: RW) . Name Owner -> Name Repo -> IssueNumber -> GenRequest ('MtStatus :: MediaType Type) rw Bool

    github GitHub.Endpoints.PullRequests

    Query if a pull request has been merged. See https://developer.github.com/v3/pulls/#get-if-a-pull-request-has-been-merged

  8. executeRequestMaybe :: forall am (mt :: MediaType Type) a . (AuthMethod am, ParseResponse mt a) => Maybe am -> GenRequest mt 'RO a -> IO (Either Error a)

    github GitHub.Request

    Helper for picking between executeRequest and executeRequest'. The use is discouraged.

  9. genListMaxLength :: ListSpec spec -> Int

    grisette Grisette.Core

    The maximum length of the generated lists

  10. genListMinLength :: ListSpec spec -> Int

    grisette Grisette.Core

    The minimum length of the generated lists

Page 179 of many | Previous | Next