Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. equal :: Ref a -> Ref b -> Bool

    reactive-banana Reactive.Banana.Prim.Low.Ref

    No documentation available.

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

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

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

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

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

    speculate Test.Speculate.Engine

    No documentation available.

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

    speculate Test.Speculate.Expr.Ground

    Are two expressions equal for a given number of tests?

  8. equations :: Thy -> [Equation]

    speculate Test.Speculate.Reason

    No documentation available.

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

    speculate Test.Speculate.Reason

    No documentation available.

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

    speculate Test.Speculate.Reason

    No documentation available.

Page 109 of many | Previous | Next