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. 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.

  2. 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.

  3. 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.

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

    gitlab-haskell GitLab.API.Notes

    Returns a single note for a specific project snippet.

  5. 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.

  6. userFilter_note :: UserAttrs -> Maybe Text

    gitlab-haskell GitLab.API.Users

    Administrator notes for this user

  7. data CommitNote

    gitlab-haskell GitLab.Types

    Note attached to a commit.

  8. CommitNote :: Text -> User -> CommitNote

    gitlab-haskell GitLab.Types

    No documentation available.

  9. ETTNote :: EventTargetType

    gitlab-haskell GitLab.Types

    No documentation available.

  10. commitnote_author :: CommitNote -> User

    gitlab-haskell GitLab.Types

    No documentation available.

Page 168 of many | Previous | Next