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.

  1. modifySnippetNote :: Project -> Int -> Int -> Maybe Text -> GitLab (Either (Response ByteString) (Maybe Note))

    gitlab-haskell GitLab.API.Notes

    Modify existing note of an snippet.

  2. newIssueNote :: Project -> Int -> Text -> Maybe Bool -> GitLab (Either (Response ByteString) (Maybe ()))

    gitlab-haskell GitLab.API.Notes

    Creates a new note to a single project issue.

  3. newMergeRequestNote :: Project -> Int -> Text -> Maybe Bool -> GitLab (Either (Response ByteString) (Maybe ()))

    gitlab-haskell GitLab.API.Notes

    Creates a new note to a single project merge request.

  4. newSnippetNote :: Project -> Int -> Text -> Maybe Bool -> GitLab (Either (Response ByteString) (Maybe ()))

    gitlab-haskell GitLab.API.Notes

    Creates a new note to a single project snippet.

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

    gitlab-haskell GitLab.API.Notes

    Returns a single note for a specific project snippet.

  6. snippetNotes :: Project -> Int -> Maybe SortBy -> Maybe OrderBy -> GitLab (Either (Response ByteString) [Note])

    gitlab-haskell GitLab.API.Notes

    Gets a list of all notes for a single snippet.

  7. userFilter_note :: UserAttrs -> Maybe Text

    gitlab-haskell GitLab.API.Users

    Administrator notes for this user

  8. data CommitNote

    gitlab-haskell GitLab.Types

    Note attached to a commit.

  9. CommitNote :: Text -> User -> CommitNote

    gitlab-haskell GitLab.Types

    No documentation available.

  10. ETTNote :: EventTargetType

    gitlab-haskell GitLab.Types

    No documentation available.

Page 140 of many | Previous | Next