Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

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

  1. Erts_debug'size_shared :: Erts_debug'size_shared

    codec-beam Codec.Beam.Bifs

    No documentation available.

  2. withSharedResource :: (MonadIO m, MonadMask m) => Provider m res -> (res -> m a) -> m a

    context-resource Context.Resource

    Acquire a resource from the specified Provider and share that resource for the duration of the specified action. All calls to withResource (or withSharedResource) within the action will return the shared resource. This is a convenience function combining withResource and shareResource.

  3. runShared :: Shared f a -> Ref -> f a

    dictionary-sharing Data.ClassSharing

    No documentation available.

  4. groupFilter_share_with_group_lock :: GroupAttrs -> Maybe Bool

    gitlab-haskell GitLab.API.Groups

    Prevent sharing a project with another group within this group.

  5. groupProjectFilter_with_shared :: GroupProjectAttrs -> Maybe Bool

    gitlab-haskell GitLab.API.Groups

    No documentation available.

  6. groupSharedProjects :: Group -> GroupProjectAttrs -> GitLab [Project]

    gitlab-haskell GitLab.API.Groups

    Get a list of projects in this group.

  7. project_edit_shared_runners_enabled :: ProjectAttrs -> Maybe Bool

    gitlab-haskell GitLab.API.Projects

    Enable shared runners for this project.

  8. unshareProjectWithGroup :: Int -> Project -> GitLab (Either (Response ByteString) (Maybe ()))

    gitlab-haskell GitLab.API.Projects

    Unshare the project from the group.

  9. runner_is_shared :: Runner -> Bool

    gitlab-haskell GitLab.SystemHooks.Types

    No documentation available.

  10. data GroupShare

    gitlab-haskell GitLab.Types

    response to sharing a project with a group.

Page 43 of many | Previous | Next