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. product :: (Foldable t, Num a) => t a -> a

    listsafe Data.List.Safe

    The product function computes the product of the numbers of a structure.

    Examples

    Basic usage:
    >>> product []
    1
    
    >>> product [42]
    42
    
    >>> product [1..10]
    3628800
    
    >>> product [4.1, 2.0, 1.7]
    13.939999999999998
    
    >>> product [1..]
    * Hangs forever *
    

  2. product :: [LogFloat] -> LogFloat

    logfloat Data.Number.LogFloat

    O(n). Compute the product of a finite list of LogFloats, being careful to avoid numerical error due to loss of precision. That is, the following equivalence holds (modulo underflow and all that):

    logFloat . product == product . map logFloat
    
    Since: 0.13

  3. product :: (Foldable t, Num a) => t a -> a

    verset Verset

    The product function computes the product of the numbers of a structure.

    Examples

    Basic usage:
    >>> product []
    1
    
    >>> product [42]
    42
    
    >>> product [1..10]
    3628800
    
    >>> product [4.1, 2.0, 1.7]
    13.939999999999998
    
    >>> product [1..]
    * Hangs forever *
    

  4. product :: (Foldable t, Num a) => t a -> a

    xmonad-contrib XMonad.Config.Prime

    The product function computes the product of the numbers of a structure.

    Examples

    Basic usage:
    >>> product []
    1
    
    >>> product [42]
    42
    
    >>> product [1..10]
    3628800
    
    >>> product [4.1, 2.0, 1.7]
    13.939999999999998
    
    >>> product [1..]
    * Hangs forever *
    

  5. product :: (Foldable t, Num a) => t a -> a

    xmonad-contrib XMonad.Prelude

    The product function computes the product of the numbers of a structure.

    Examples

    Basic usage:
    >>> product []
    1
    
    >>> product [42]
    42
    
    >>> product [1..10]
    3628800
    
    >>> product [4.1, 2.0, 1.7]
    13.939999999999998
    
    >>> product [1..]
    * Hangs forever *
    

  6. type ProductCode a = Head Code a

    generics-sop Generics.SOP

    Direct access to the part of the code that is relevant for a product type.

  7. type ProductCode a = Head Code a

    generics-sop Generics.SOP.Universe

    Direct access to the part of the code that is relevant for a product type.

  8. data ProductSym0 (a1 :: TyFun t a a)

    singletons-base Data.Foldable.Singletons

    No documentation available.

  9. type family ProductSym1 (a6989586621680407101 :: t a) :: a

    singletons-base Data.Foldable.Singletons

    No documentation available.

  10. data ProductSym0 (a1 :: TyFun t a a)

    singletons-base Data.List.Singletons

    No documentation available.

Page 20 of many | Previous | Next