Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
shareResource :: (MonadIO m, MonadMask m) => Provider m res -> res -> m a -> m acontext-resource Context.Resource Tell the specified Provider to share the specified resource for the duration of the specified action. All calls to withResource (or withSharedResource) within the action will return the shared resource.
-
gitlab-haskell GitLab.API.Projects Allow to share project with group.
-
POSIX shared memory POSIX shared memory library.
sharedOptions :: BuildInfo -> PerCompilerFlavor [String]simple-cabal SimpleCabal No documentation available.
sharedram :: SysInfo -> CULongsysinfo System.SysInfo Amount of shared memory
sharedUserFirstName :: SharedUser -> Maybe Texttelegram-bot-api Telegram.Bot.API.Types.SharedUser First name of the user, if the name was requested by the bot.
sharedUserLastName :: SharedUser -> Maybe Texttelegram-bot-api Telegram.Bot.API.Types.SharedUser Last name of the user, if the name was requested by the bot.
sharedUserPhoto :: SharedUser -> Maybe [PhotoSize]telegram-bot-api Telegram.Bot.API.Types.SharedUser Available sizes of the chat photo, if the photo was requested by the bot.3
sharedUserUserId :: SharedUser -> UserIdtelegram-bot-api Telegram.Bot.API.Types.SharedUser Identifier of the shared user. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so 64-bit integers or double-precision float types are safe for storing these identifiers. The bot may not have access to the user and could be unable to use this identifier, unless the user is already known to the bot by some other means.
sharedUserUsername :: SharedUser -> Maybe Texttelegram-bot-api Telegram.Bot.API.Types.SharedUser Username of the user, if the username was requested by the bot.