• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. Header_Type :: Text -> Header_Type

    gogol-adsense Gogol.AdSense.Types

    No documentation available.

  2. pattern Header_Type_Dimension :: Header_Type

    gogol-adsense Gogol.AdSense.Types

    Dimension header type.

  3. pattern Header_Type_HEADERTYPEUNSPECIFIED :: Header_Type

    gogol-adsense Gogol.AdSense.Types

    Unspecified header.

  4. pattern Header_Type_METRICCURRENCY :: Header_Type

    gogol-adsense Gogol.AdSense.Types

    Currency header type.

  5. pattern Header_Type_METRICDECIMAL :: Header_Type

    gogol-adsense Gogol.AdSense.Types

    Decimal header type.

  6. pattern Header_Type_METRICMILLISECONDS :: Header_Type

    gogol-adsense Gogol.AdSense.Types

    Milliseconds header type.

  7. pattern Header_Type_METRICRATIO :: Header_Type

    gogol-adsense Gogol.AdSense.Types

    Ratio header type.

  8. pattern Header_Type_METRICTALLY :: Header_Type

    gogol-adsense Gogol.AdSense.Types

    Tally header type.

  9. data Headers

    gogol-shopping-content Gogol.ShoppingContent

    A non-empty list of row or column headers for a table. Exactly one of prices, weights, numItems, postalCodeGroupNames, or location must be set. See: newHeaders smart constructor.

  10. Headers :: Maybe [LocationIdSet] -> Maybe [Text] -> Maybe [Text] -> Maybe [Price] -> Maybe [Weight] -> Headers

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

Page 123 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete