Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. forkOn :: MonadBaseControl IO m => Int -> m () -> m ThreadId

    lifted-base Control.Concurrent.Lifted

    Generalized version of forkOn. Note that, while the forked computation m () has access to the captured state, all its side-effects in m are discarded. It is run only for its side-effects in IO.

  2. forkOnWithUnmask :: MonadBaseControl IO m => Int -> ((forall a . () => m a -> m a) -> m ()) -> m ThreadId

    lifted-base Control.Concurrent.Lifted

    Generalized version of forkOnWithUnmask. Note that, while the forked computation m () has access to the captured state, all its side-effects in m are discarded. It is run only for its side-effects in IO.

  3. forkWithUnmask :: MonadBaseControl IO m => ((forall a . () => m a -> m a) -> m ()) -> m ThreadId

    lifted-base Control.Concurrent.Lifted

    Generalized version of forkIOWithUnmask. Note that, while the forked computation m () has access to the captured state, all its side-effects in m are discarded. It is run only for its side-effects in IO.

  4. formatConfigDiffContext :: FormatConfig -> Maybe Int

    hspec-core Test.Hspec.Core.Format

    No documentation available.

  5. formatConfigExpectedTotalCount :: FormatConfig -> Int

    hspec-core Test.Hspec.Core.Format

    No documentation available.

  6. formatConfigExpertMode :: FormatConfig -> Bool

    hspec-core Test.Hspec.Core.Format

    No documentation available.

  7. formatConfigExternalDiff :: FormatConfig -> Maybe (String -> String -> IO ())

    hspec-core Test.Hspec.Core.Format

    No documentation available.

  8. formatConfigFormatException :: FormatConfig -> SomeException -> String

    hspec-core Test.Hspec.Core.Format

    No documentation available.

  9. formatConfigHtmlOutput :: FormatConfig -> Bool

    hspec-core Test.Hspec.Core.Format

    No documentation available.

  10. formatConfigOutputUnicode :: FormatConfig -> Bool

    hspec-core Test.Hspec.Core.Format

    No documentation available.

Page 30 of many | Previous | Next