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. forAll2UShaped :: (Show sh, Show a, Unbox a, Testable prop, Shape sh, Arbitrary a) => sh -> ((Array U sh a, Array U sh a) -> prop) -> Property

    repa Data.Array.Repa.Arbitrary

    Property tested for pair of unboxed random arrays with a given shape.

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

    repa Data.Array.Repa.Arbitrary

    Property tested for pair of unboxed random arrays with a given shape.

  3. forAll3UShaped :: (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) -> prop) -> Property

    repa Data.Array.Repa.Arbitrary

    Property tested for triple of unboxed random arrays with a given shape.

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

    repa Data.Array.Repa.Arbitrary

    Property tested for triple of unboxed random arrays with a given shape.

  5. forAll4UShaped :: (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) -> prop) -> Property

    repa Data.Array.Repa.Arbitrary

    Property tested for quadruple of unboxed random arrays with a given shape.

  6. forAll4VShaped :: (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) -> prop) -> Property

    repa Data.Array.Repa.Arbitrary

    Property tested for quadruple of unboxed random arrays with a given shape.

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

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

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

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

Page 124 of many | Previous | Next