Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gitlab-haskell GitLab.API.Discussions Modify existing thread note of an issue.
deleteIssueNote :: Project -> Int -> Int -> GitLab (Either (Response ByteString) (Maybe ()))gitlab-haskell GitLab.API.Notes Deletes an existing note of an issue.
deleteMergeRequestNote :: Project -> Int -> Int -> GitLab (Either (Response ByteString) (Maybe ()))gitlab-haskell GitLab.API.Notes Deletes an existing note of an merge request.
deleteSnippetNote :: Project -> Int -> Int -> GitLab (Either (Response ByteString) (Maybe ()))gitlab-haskell GitLab.API.Notes Deletes an existing note of an snippet.
issueNote :: Project -> Int -> Int -> GitLab (Either (Response ByteString) (Maybe Note))gitlab-haskell GitLab.API.Notes Returns a single note for a specific project issue.
-
gitlab-haskell GitLab.API.Notes Gets a list of all notes for a single issue.
mergeRequestNote :: Project -> Int -> Int -> GitLab (Either (Response ByteString) (Maybe Note))gitlab-haskell GitLab.API.Notes Returns a single note for a specific project merge request.
-
gitlab-haskell GitLab.API.Notes Gets a list of all notes for a single merge request.
-
gitlab-haskell GitLab.API.Notes Modify existing note of an issue.
-
gitlab-haskell GitLab.API.Notes Modify existing note of an merge request.