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.
forumTopicEditedIconCustomEmojiId :: ForumTopicEdited -> Maybe Texttelegram-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.
forumTopicEditedName :: ForumTopicEdited -> Maybe Texttelegram-bot-api Telegram.Bot.API.Types.ForumTopicEdited New name of the topic, if it was edited.
force :: TextBuilder -> TextBuildertext-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.
forEachTLS_ :: TLS a -> (a -> IO ()) -> IO ()thread-local-storage Data.TLS.GHC Like allTLS, but apply a computation directly rather than building a list.
forEachTLS_ :: TLS a -> (a -> IO ()) -> IO ()thread-local-storage Data.TLS.PThread Like allTLS, but apply a computation directly rather than building a list.
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.
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.
-
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.
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.
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.