Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. foreignIdTableIdId :: ForeignIdTableGeneric backend -> !Key (IdTableGeneric backend)

    persistent-test RenameTest

    No documentation available.

  2. forAll :: (HasCallStack, Show a) => Gen a -> PropertyM a

    skeletest Skeletest

    No documentation available.

  3. forAll :: (HasCallStack, Show a) => Gen a -> PropertyM a

    skeletest Skeletest.Prop.Internal

    No documentation available.

  4. forkIO :: IO a -> IO (ThreadId, IO (Result a))

    threads Control.Concurrent.Thread

    Like Control.Concurrent.forkIO but returns a computation that when executed blocks until the thread terminates then returns the final value of the thread.

  5. forkIOWithUnmask :: ((forall b . () => IO b -> IO b) -> IO a) -> IO (ThreadId, IO (Result a))

    threads Control.Concurrent.Thread

    Like Control.Concurrent.forkIOWithUnmask but returns a computation that when executed blocks until the thread terminates then returns the final value of the thread.

  6. forkOS :: IO a -> IO (ThreadId, IO (Result a))

    threads Control.Concurrent.Thread

    Like Control.Concurrent.forkOS but returns a computation that when executed blocks until the thread terminates then returns the final value of the thread.

  7. forkOn :: Int -> IO a -> IO (ThreadId, IO (Result a))

    threads Control.Concurrent.Thread

    Like Control.Concurrent.forkOn but returns a computation that when executed blocks until the thread terminates then returns the final value of the thread.

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

    threads Control.Concurrent.Thread

    Like Control.Concurrent.forkOnWithUnmask but returns a computation that when executed blocks until the thread terminates then returns the final value of the thread.

  9. forkIO :: ThreadGroup -> IO a -> IO (ThreadId, IO (Result a))

    threads Control.Concurrent.Thread.Group

    Same as Control.Concurrent.Thread.forkIO but additionaly adds the thread to the group.

  10. forkIOWithUnmask :: ThreadGroup -> ((forall b . () => IO b -> IO b) -> IO a) -> IO (ThreadId, IO (Result a))

    threads Control.Concurrent.Thread.Group

    Same as Control.Concurrent.Thread.forkIOWithUnmask but additionaly adds the thread to the group.

Page 80 of many | Previous | Next