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. forkGang :: Int -> IO Gang

    repa Data.Array.Repa.Eval.Gang

    Fork a Gang with the given number of threads (at least 1).

  2. forStencil2 :: Source r a => Boundary a -> Array r DIM2 a -> Stencil DIM2 a -> Array PC5 DIM2 a

    repa Data.Array.Repa.Stencil.Dim2

    Like mapStencil2 but with the parameters flipped.

  3. forkWaitOnSemaphoreInterruptible :: Semaphore -> (Either SomeException Bool -> IO ()) -> IO WaitId

    semaphore-compat System.Semaphore

    Spawn a thread that waits on the given semaphore. In this thread, asynchronous exceptions will be masked. The waiting operation can be interrupted using the interruptWaitOnSemaphore function. This implements a similar pattern to the forkFinally function.

  4. forLazy :: PrimBase m => [a] -> (a -> m b) -> m [b]

    simple-cairo Graphics.Cairo.Drawing.CairoPatternT.Mesh

    No documentation available.

  5. forgetContents :: forall f (c :: Type -> Constraint) . Functor f => SomeDictOf f c -> f (SomeDictOf (Proxy :: Type -> Type) c)

    some-dict-of SomeDictOf

    Not really sure what this might be useful for. Examples:

    shows :: SomeDictOf [] Show
    shows = SomeDictOf [True, False, True]
    
    forgotten :: [SomeDictOf Proxy Show]
    forgotten = forgetContents show
    
    main = do
    forM forgotten $ \(SomeDictOf Proxy) -> do
    print 10
    
    The above program should output 10 three times.

  6. force :: Args -> Bool

    speculate Test.Speculate

    (advanced) ignore errors

  7. foreground :: Expr

    speculate Test.Speculate

    A special Expr value. When provided on the constants list, makes all the following constants foreground constants.

  8. force :: Args -> Bool

    speculate Test.Speculate.Args

    (advanced) ignore errors

  9. foreground :: Expr

    speculate Test.Speculate.Args

    A special Expr value. When provided on the constants list, makes all the following constants foreground constants.

  10. foregroundConstants :: Args -> [Expr]

    speculate Test.Speculate.Args

    No documentation available.

Page 125 of many | Previous | Next