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.
forkOn :: MonadBaseControl IO m => Int -> m () -> m ThreadIdlifted-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.
-
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.
forkWithUnmask :: MonadBaseControl IO m => ((forall a . () => m a -> m a) -> m ()) -> m ThreadIdlifted-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.
formatConfigDiffContext :: FormatConfig -> Maybe Inthspec-core Test.Hspec.Core.Format No documentation available.
formatConfigExpectedTotalCount :: FormatConfig -> Inthspec-core Test.Hspec.Core.Format No documentation available.
formatConfigExpertMode :: FormatConfig -> Boolhspec-core Test.Hspec.Core.Format No documentation available.
formatConfigExternalDiff :: FormatConfig -> Maybe (String -> String -> IO ())hspec-core Test.Hspec.Core.Format No documentation available.
formatConfigFormatException :: FormatConfig -> SomeException -> Stringhspec-core Test.Hspec.Core.Format No documentation available.
formatConfigHtmlOutput :: FormatConfig -> Boolhspec-core Test.Hspec.Core.Format No documentation available.
formatConfigOutputUnicode :: FormatConfig -> Boolhspec-core Test.Hspec.Core.Format No documentation available.