Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. addNoteToMergeRequestThread :: Project -> Int -> Int -> Text -> GitLab (Either (Response ByteString) (Maybe Discussion))

    gitlab-haskell GitLab.API.Discussions

    Adds a new note to the thread. This can also create a thread from a single comment.

  2. addNoteToSnippetThread :: Project -> Int -> Int -> Text -> GitLab (Either (Response ByteString) (Maybe Discussion))

    gitlab-haskell GitLab.API.Discussions

    Adds a new note to the thread.

  3. deleteCommitThreadNote :: Project -> Int -> Int -> Int -> GitLab (Either (Response ByteString) (Maybe ()))

    gitlab-haskell GitLab.API.Discussions

    Deletes an existing thread note of a commit.

  4. deleteIssueThreadNote :: Project -> Int -> Int -> Int -> GitLab (Either (Response ByteString) (Maybe ()))

    gitlab-haskell GitLab.API.Discussions

    Deletes an existing thread note of an issue.

  5. deleteMergeRequestThreadNote :: Project -> Int -> Int -> Int -> GitLab (Either (Response ByteString) (Maybe ()))

    gitlab-haskell GitLab.API.Discussions

    Deletes an existing thread note of a merge request.

  6. deleteSnippetThreadNote :: Project -> Int -> Int -> Int -> GitLab (Either (Response ByteString) (Maybe ()))

    gitlab-haskell GitLab.API.Discussions

    Deletes an existing thread note of an issue.

  7. modifyCommityThreadNote :: Project -> Int -> Int -> Int -> Maybe Text -> Maybe Bool -> GitLab (Either (Response ByteString) (Maybe Discussion))

    gitlab-haskell GitLab.API.Discussions

    Adds a new note to the thread.

  8. modifyMergeRequestThreadNote :: Project -> Int -> Int -> Int -> Maybe Text -> Maybe Bool -> GitLab (Either (Response ByteString) (Maybe Discussion))

    gitlab-haskell GitLab.API.Discussions

    exactly one of body or resolved must be a Just value

  9. modifySnippetThreadNote :: Project -> Int -> Int -> Int -> Text -> GitLab (Either (Response ByteString) (Maybe Discussion))

    gitlab-haskell GitLab.API.Discussions

    Modify existing thread note of a snippet.

  10. modifyThreadNoteIssue :: Project -> Int -> Int -> Int -> Text -> GitLab (Either (Response ByteString) (Maybe Discussion))

    gitlab-haskell GitLab.API.Discussions

    Modify existing thread note of an issue.

Page 166 of many | Previous | Next