Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. newtype Product a

    testing-feat Test.Feat.Enumerate

    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}
    

  2. Product :: a -> Product a

    testing-feat Test.Feat.Enumerate

    No documentation available.

  3. newtype Printable

    testing-type-modifiers Data.Modifiers

    Printable ASCII characters.

  4. Printable :: Char -> Printable

    testing-type-modifiers Data.Modifiers

    No documentation available.

  5. data Position

    texmath Text.TeXMath.Types

    No documentation available.

  6. type Property = Text

    texmath Text.TeXMath.Types

    No documentation available.

  7. Pun :: TeXSymbolType

    texmath Text.TeXMath.Types

    No documentation available.

  8. module Text.TeXMath.Writers.Pandoc

    Functions for writing a parsed formula as a list of Pandoc Inlines.

  9. module Database.PostgreSQL.Parser

    No documentation available.

  10. type Parser = Parser Char

    text-postgresql Database.PostgreSQL.Parser

    No documentation available.

Page 1063 of many | Previous | Next