Hoogle Search

Within LTS Haskell 24.37 (ghc-9.10.3)

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

  1. Product :: a -> Product a

    base-compat Data.Monoid.Compat

    No documentation available.

  2. newtype Product a

    base-compat Data.Semigroup.Compat

    Monoid under multiplication.

    Product x <> Product y == Product (x * y)
    

    Examples

    >>> Product 3 <> Product 4 <> mempty
    Product {getProduct = 12}
    
    >>> mconcat [ Product n | n <- [2 .. 10]]
    Product {getProduct = 3628800}
    

  3. Product :: a -> Product a

    base-compat Data.Semigroup.Compat

    No documentation available.

  4. Punc :: String -> Lexeme

    base-compat Text.Read.Compat

    Punctuation or reserved symbol, e.g. (, ::

  5. module Data.Bifunctor.Product

    The product of two bifunctors.

  6. Pair :: f a b -> g a b -> Product (f :: k -> k1 -> Type) (g :: k -> k1 -> Type) (a :: k) (b :: k1)

    bifunctors Data.Bifunctor.Product

    No documentation available.

  7. data Product (f :: k -> k1 -> Type) (g :: k -> k1 -> Type) (a :: k) (b :: k1)

    bifunctors Data.Bifunctor.Product

    Form the product of two bifunctors

  8. data ParseError

    conduit-extra Data.Conduit.Attoparsec

    The context and message from a Fail value.

  9. ParseError :: [String] -> String -> Position -> ParseError

    conduit-extra Data.Conduit.Attoparsec

    No documentation available.

  10. data Position

    conduit-extra Data.Conduit.Attoparsec

    No documentation available.

Page 74 of many | Previous | Next