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. productWith :: (Unital r, Foldable f) => (a -> r) -> f a -> r

    algebra Numeric.Algebra.Unital

    No documentation available.

  2. productC :: forall (m :: Type -> Type) a o . (Monad m, Num a) => ConduitT a o m a

    classy-prelude-yesod ClassyPrelude.Yesod

    Get the product of all values in the stream.

  3. productCE :: forall (m :: Type -> Type) mono o . (Monad m, MonoFoldable mono, Num (Element mono)) => ConduitT mono o m (Element mono)

    classy-prelude-yesod ClassyPrelude.Yesod

    Get the product of all elements in the chunked stream.

  4. productRep :: forall a (xs :: [Type]) b (ys :: [Type]) . (IsProductType a xs, IsProductType b ys) => Iso a b (NP I xs) (NP I ys)

    generics-sop-lens Generics.SOP.Lens

    Convert from the product data type to its representation (or back)

    >>> ('x', True) ^. productRep
    I 'x' :* I True :* Nil
    

  5. productCategories :: Creative -> Maybe [Int32]

    gogol-adexchange-buyer Gogol.AdExchangeBuyer

    Detected product categories, if any. Each category is represented by an integer as defined in ad-product-categories.txt. Read-only. This field should not be set in requests.

  6. productId :: AdExchangeBuyerProductsGet -> Text

    gogol-adexchange-buyer Gogol.AdExchangeBuyer

    The id for the product to get the head revision for.

  7. productId :: MarketplaceDeal -> Maybe Text

    gogol-adexchange-buyer Gogol.AdExchangeBuyer

    The product-id from which this deal was created. (readonly, except on create)

  8. productId :: Product -> Maybe Text

    gogol-adexchange-buyer Gogol.AdExchangeBuyer

    The unique id for the product (readonly)

  9. productRevisionNumber :: MarketplaceDeal -> Maybe Int64

    gogol-adexchange-buyer Gogol.AdExchangeBuyer

    The revision number of the product that the deal was created from (readonly, except on create)

  10. products :: GetOffersResponse -> Maybe [Product]

    gogol-adexchange-buyer Gogol.AdExchangeBuyer

    The returned list of products.

Page 81 of many | Previous | Next