Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. forkIOWithUnmask :: MonadUnliftIO m => ((forall a . () => m a -> m a) -> m ()) -> m ThreadId

    unliftio UnliftIO.Concurrent

    Unlifted version of forkIOWithUnmask.

  2. forkOS :: MonadUnliftIO m => m () -> m ThreadId

    unliftio UnliftIO.Concurrent

    Unflifted version of forkOS.

  3. forkOn :: MonadUnliftIO m => Int -> m () -> m ThreadId

    unliftio UnliftIO.Concurrent

    Unlifted version of forkOn.

  4. forkOnWithUnmask :: MonadUnliftIO m => Int -> ((forall a . () => m a -> m a) -> m ()) -> m ThreadId

    unliftio UnliftIO.Concurrent

    Unlifted version of forkOnWithUnmask.

  5. forkWithUnmask :: MonadUnliftIO m => ((forall a . () => m a -> m a) -> m ()) -> m ThreadId

    unliftio UnliftIO.Concurrent

    Deprecated: forkWithUnmask has been renamed to forkIOWithUnmask

  6. forConcurrently :: (MonadUnliftIO m, Traversable t) => t a -> (a -> m b) -> m (t b)

    unliftio UnliftIO.Internals.Async

    Similar to mapConcurrently but with arguments flipped

  7. forConcurrently_ :: (MonadUnliftIO m, Foldable f) => f a -> (a -> m b) -> m ()

    unliftio UnliftIO.Internals.Async

    Similar to mapConcurrently_ but with arguments flipped

  8. forAll :: forall (m :: Type -> Type) a . (Monad m, Show a, HasCallStack) => Gen a -> PropertyT m a

    hedgehog Hedgehog

    Generates a random input for the test by running the provided generator.

  9. forAllWith :: forall (m :: Type -> Type) a . (Monad m, HasCallStack) => (a -> String) -> Gen a -> PropertyT m a

    hedgehog Hedgehog

    Generates a random input for the test by running the provided generator. This is a the same as forAll but allows the user to provide a custom rendering function. This is useful for values which don't have a Show instance.

  10. forAll :: forall (m :: Type -> Type) a . (Monad m, Show a, HasCallStack) => Gen a -> PropertyT m a

    hedgehog Hedgehog.Internal.Property

    Generates a random input for the test by running the provided generator.

Page 19 of many | Previous | Next