Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. unsafeDotProduct :: (FoldNumeric r e, Index ix) => Array r ix e -> Array r ix e -> e

    massiv Data.Massiv.Core.Operations

    Compute dot product without any extraneous checks

  2. sproduct :: forall r ix e . (Num e, Stream r ix e) => Array r ix e -> e

    massiv Data.Massiv.Vector

    Multiply all elements of the array together Related: product.

    Examples

    >>> import Data.Massiv.Vector as V
    
    >>> V.sproduct $ V.sfromList [10, 3, 70, 5 :: Int]
    10500
    

  3. module Data.Monoid.Coproduct

    The coproduct of two monoids.

  4. module Data.Monoid.SemiDirectProduct

    No documentation available.

  5. module Data.Semigroup.Coproduct

    No documentation available.

  6. SumOfProducts :: TypeShape

    openapi3 Data.OpenApi.Internal.TypeShape

    A product or a sum of non-unit products.

  7. operaProduct :: Browser -> Maybe String

    webdriver Test.WebDriver

    Which Opera product we're using, e.g. "desktop", "core"

  8. operaProduct :: Browser -> Maybe String

    webdriver Test.WebDriver.Capabilities

    Which Opera product we're using, e.g. "desktop", "core"

  9. operaProduct :: Browser -> Maybe String

    webdriver Test.WebDriver.Types

    Which Opera product we're using, e.g. "desktop", "core"

  10. combineProduct :: forall (n :: Nat) (m :: Nat) . KnownNat n => (Finite n, Finite m) -> Finite (n * m)

    finite-typelits Data.Finite

    fst-biased (fst is the inner, and snd is the outer iteratee) product of finite sets.

Page 121 of many | Previous | Next