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.
-
repa Data.Array.Repa.Eval.Gang Fork a Gang with the given number of threads (at least 1).
forStencil2 :: Source r a => Boundary a -> Array r DIM2 a -> Stencil DIM2 a -> Array PC5 DIM2 arepa Data.Array.Repa.Stencil.Dim2 Like mapStencil2 but with the parameters flipped.
forkWaitOnSemaphoreInterruptible :: Semaphore -> (Either SomeException Bool -> IO ()) -> IO WaitIdsemaphore-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.
forLazy :: PrimBase m => [a] -> (a -> m b) -> m [b]simple-cairo Graphics.Cairo.Drawing.CairoPatternT.Mesh No documentation available.
-
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. -
speculate Test.Speculate (advanced) ignore errors
-
speculate Test.Speculate A special Expr value. When provided on the constants list, makes all the following constants foreground constants.
-
speculate Test.Speculate.Args (advanced) ignore errors
-
speculate Test.Speculate.Args A special Expr value. When provided on the constants list, makes all the following constants foreground constants.
foregroundConstants :: Args -> [Expr]speculate Test.Speculate.Args No documentation available.