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.
Erts_debug'size_shared :: Erts_debug'size_sharedcodec-beam Codec.Beam.Bifs No documentation available.
withSharedResource :: (MonadIO m, MonadMask m) => Provider m res -> (res -> m a) -> m acontext-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.
runShared :: Shared f a -> Ref -> f adictionary-sharing Data.ClassSharing No documentation available.
groupFilter_share_with_group_lock :: GroupAttrs -> Maybe Boolgitlab-haskell GitLab.API.Groups Prevent sharing a project with another group within this group.
groupProjectFilter_with_shared :: GroupProjectAttrs -> Maybe Boolgitlab-haskell GitLab.API.Groups No documentation available.
groupSharedProjects :: Group -> GroupProjectAttrs -> GitLab [Project]gitlab-haskell GitLab.API.Groups Get a list of projects in this group.
project_edit_shared_runners_enabled :: ProjectAttrs -> Maybe Boolgitlab-haskell GitLab.API.Projects Enable shared runners for this project.
unshareProjectWithGroup :: Int -> Project -> GitLab (Either (Response ByteString) (Maybe ()))gitlab-haskell GitLab.API.Projects Unshare the project from the group.
runner_is_shared :: Runner -> Boolgitlab-haskell GitLab.SystemHooks.Types No documentation available.
-
gitlab-haskell GitLab.Types response to sharing a project with a group.