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. forkOnWithUnmask :: MonadBaseControl IO m => Int -> ThreadGroup -> ((forall b . () => m b -> m b) -> m a) -> m (ThreadId, m (Result a))

    lifted-threads Control.Concurrent.Thread.Group.Lifted

    Generalized version of forkOnWithUnmask.

  2. forkWithUnmask :: MonadBaseControl IO m => ThreadGroup -> ((forall b . () => m b -> m b) -> m a) -> m (ThreadId, m (Result a))

    lifted-threads Control.Concurrent.Thread.Group.Lifted

    Generalized version of forkIOWithUnmask.

  3. fork :: MonadBaseControl IO m => m a -> m (ThreadId, m (Result a))

    lifted-threads Control.Concurrent.Thread.Lifted

    Generalized version of forkIO.

  4. forkOS :: MonadBaseControl IO m => m a -> m (ThreadId, m (Result a))

    lifted-threads Control.Concurrent.Thread.Lifted

    Generalized version of forkOS.

  5. forkOn :: MonadBaseControl IO m => Int -> m a -> m (ThreadId, m (Result a))

    lifted-threads Control.Concurrent.Thread.Lifted

    Generalized version of forkOn.

  6. forkOnWithUnmask :: MonadBaseControl IO m => Int -> ((forall b . () => m b -> m b) -> m a) -> m (ThreadId, m (Result a))

    lifted-threads Control.Concurrent.Thread.Lifted

    Generalized version of forkOnWithUnmask.

  7. forkWithUnmask :: MonadBaseControl IO m => ((forall b . () => m b -> m b) -> m a) -> m (ThreadId, m (Result a))

    lifted-threads Control.Concurrent.Thread.Lifted

    Generalized version of forkIOWithUnmask.

  8. formatDoc :: TextDocumentIdentifier -> FormattingOptions -> Session ()

    lsp-test Language.LSP.Test

    Applies formatting to the specified document.

  9. formatRange :: TextDocumentIdentifier -> FormattingOptions -> Range -> Session ()

    lsp-test Language.LSP.Test

    Applies formatting to the specified range in a document.

  10. for_ :: Text -> Attributes

    lucid2 Lucid.Html5

    The for attribute.

Page 173 of many | Previous | Next