Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

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

  2. forumTopicEditedName :: ForumTopicEdited -> Maybe Text

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

    New name of the topic, if it was edited.

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

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

    thread-local-storage Data.TLS.GHC

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

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

    thread-local-storage Data.TLS.PThread

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

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

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

  8. forkIOWithUnmask :: BoundedThreadGroup -> ((forall b . () => IO b -> IO b) -> IO a) -> IO (ThreadId, IO (Result a))

    threads-extras Control.Concurrent.Thread.BoundedThreadGroup

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

  9. forkOS :: BoundedThreadGroup -> IO a -> IO (ThreadId, IO (Result a))

    threads-extras Control.Concurrent.Thread.BoundedThreadGroup

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

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

    threads-extras Control.Concurrent.Thread.BoundedThreadGroup

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

Page 194 of many | Previous | Next