Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. equalsP :: (Shape sh, Source r1 a, Source r2 a, Eq a, Monad m) => Array r1 sh a -> Array r2 sh a -> m Bool

    repa Data.Array.Repa

    Check whether two arrays have the same shape and contain equal elements, in parallel.

  2. equalsS :: (Shape sh, Source r1 a, Source r2 a, Eq a) => Array r1 sh a -> Array r2 sh a -> Bool

    repa Data.Array.Repa

    Check whether two arrays have the same shape and contain equal elements, sequentially.

  3. equalsP :: (Shape sh, Source r1 a, Source r2 a, Eq a, Monad m) => Array r1 sh a -> Array r2 sh a -> m Bool

    repa Data.Array.Repa.Operators.Reduction

    Check whether two arrays have the same shape and contain equal elements, in parallel.

  4. equalsS :: (Shape sh, Source r1 a, Source r2 a, Eq a) => Array r1 sh a -> Array r2 sh a -> Bool

    repa Data.Array.Repa.Operators.Reduction

    Check whether two arrays have the same shape and contain equal elements, sequentially.

  5. equivalencesBetween :: (Expr -> Expr -> Bool) -> Expr -> Expr -> [(Expr, Expr)]

    speculate Test.Speculate.Engine

    No documentation available.

  6. equal :: Instances -> Int -> Expr -> Expr -> Bool

    speculate Test.Speculate.Expr.Ground

    Are two expressions equal for a given number of tests?

  7. equations :: Thy -> [Equation]

    speculate Test.Speculate.Reason

    No documentation available.

  8. equivalent :: Thy -> Expr -> Expr -> Bool

    speculate Test.Speculate.Reason

    No documentation available.

  9. equivalentInstance :: Thy -> Expr -> Expr -> Bool

    speculate Test.Speculate.Reason

    No documentation available.

  10. eqErrors :: Instances -> Int -> TypeRep -> [String]

    speculate Test.Speculate.Sanity

    No documentation available.

Page 109 of many | Previous | Next