Hoogle Search

Within LTS Haskell 24.48 (ghc-9.10.3)

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

  1. forAll5UShaped :: (Show sh, Show a, Unbox a, Testable prop, Shape sh, Arbitrary a) => sh -> ((Array U sh a, Array U sh a, Array U sh a, Array U sh a, Array U sh a) -> prop) -> Property

    repa Data.Array.Repa.Arbitrary

    Property tested for 5-tuple of unboxed random arrays with a given shape.

  2. forAll5VShaped :: (Show sh, Show a, Testable prop, Shape sh, Arbitrary a) => sh -> ((Array V sh a, Array V sh a, Array V sh a, Array V sh a, Array V sh a) -> prop) -> Property

    repa Data.Array.Repa.Arbitrary

    Property tested for 5-tuple of unboxed random arrays with a given shape.

  3. forAllUShaped :: (Show sh, Show a, Unbox a, Testable prop, Shape sh, Arbitrary a) => sh -> (Array U sh a -> prop) -> Property

    repa Data.Array.Repa.Arbitrary

    Property tested for unboxed random arrays with a given shape.

  4. forAllVShaped :: (Show sh, Show a, Testable prop, Shape sh, Arbitrary a) => sh -> (Array V sh a -> prop) -> Property

    repa Data.Array.Repa.Arbitrary

    Property tested for unboxed random arrays with a given shape.

  5. forkGang :: Int -> IO Gang

    repa Data.Array.Repa.Eval.Gang

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

  6. 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.

  7. 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.

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

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

    No documentation available.

  9. 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.

  10. force :: Args -> Bool

    speculate Test.Speculate

    (advanced) ignore errors

Page 125 of many | Previous | Next