Hoogle Search

Within LTS Haskell 24.48 (ghc-9.10.3)

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

  1. forumTopicCreatedIconColor :: ForumTopicCreated -> Integer

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

    Color of the topic icon in RGB format.

  2. forumTopicCreatedIconCustomEmojiId :: ForumTopicCreated -> Maybe Text

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

    Unique identifier of the custom emoji shown as the topic icon.

  3. forumTopicCreatedName :: ForumTopicCreated -> Text

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

    Name of the topic.

  4. forumTopicEditedIconCustomEmojiId :: ForumTopicEdited -> Maybe Text

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

    New identifier of the custom emoji shown as the topic icon, if it was edited; an empty string if the icon was removed.

  5. forumTopicEditedName :: ForumTopicEdited -> Maybe Text

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

    New name of the topic, if it was edited.

  6. force :: TextBuilder -> TextBuilder

    text-builder-dev TextBuilderDev

    Run the builder and pack the produced text into a new builder. Useful to have around builders that you reuse, because a forced builder is much faster, since it's virtually a single call to memcopy.

  7. forEachTLS_ :: TLS a -> (a -> IO ()) -> IO ()

    thread-local-storage Data.TLS.GHC

    Like allTLS, but apply a computation directly rather than building a list.

  8. forEachTLS_ :: TLS a -> (a -> IO ()) -> IO ()

    thread-local-storage Data.TLS.PThread

    Like allTLS, but apply a computation directly rather than building a list.

  9. forEachTLS_ :: TLS a -> (a -> IO ()) -> IO ()

    thread-local-storage Data.TLS.PThread.Internal

    Like allTLS, but apply a computation directly rather than building a list.

  10. forkIO :: BoundedThreadGroup -> IO a -> IO (ThreadId, IO (Result a))

    threads-extras Control.Concurrent.Thread.BoundedThreadGroup

    Same as Control.Concurrent.Thread.Group.forkIO but waits there are less then the max size number of threads.

Page 194 of many | Previous | Next