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.

  1. shareResource :: (MonadIO m, MonadMask m) => Provider m res -> res -> m a -> m a

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

  2. shareProjectWithGroup :: Int -> Project -> AccessLevel -> GitLab (Either (Response ByteString) (Maybe Project))

    gitlab-haskell GitLab.API.Projects

    Allow to share project with group.

  3. package shared-memory

    POSIX shared memory POSIX shared memory library.

  4. sharedOptions :: BuildInfo -> PerCompilerFlavor [String]

    simple-cabal SimpleCabal

    No documentation available.

  5. sharedram :: SysInfo -> CULong

    sysinfo System.SysInfo

    Amount of shared memory

  6. sharedUserFirstName :: SharedUser -> Maybe Text

    telegram-bot-api Telegram.Bot.API.Types.SharedUser

    First name of the user, if the name was requested by the bot.

  7. sharedUserLastName :: SharedUser -> Maybe Text

    telegram-bot-api Telegram.Bot.API.Types.SharedUser

    Last name of the user, if the name was requested by the bot.

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

  9. sharedUserUserId :: SharedUser -> UserId

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

  10. sharedUserUsername :: SharedUser -> Maybe Text

    telegram-bot-api Telegram.Bot.API.Types.SharedUser

    Username of the user, if the username was requested by the bot.

Page 5 of many | Previous | Next