Hoogle Search

Within LTS Haskell 24.60 (ghc-9.10.3)

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

  1. module Gogol.ShoppingContent.Content.Datafeeds.List

    Lists the configurations for datafeeds in your Merchant Center account. See: Content API for Shopping Reference for content.datafeeds.list.

  2. module Gogol.ShoppingContent.Content.Datafeedstatuses.List

    Lists the statuses of the datafeeds in your Merchant Center account. See: Content API for Shopping Reference for content.datafeedstatuses.list.

  3. module Gogol.SQLAdmin.Sql.Databases.List

    Lists databases in the specified Cloud SQL instance. See: Cloud SQL Admin API Reference for sql.databases.list.

  4. module Gogol.Translate.Projects.Locations.Datasets.Examples.List

    Lists sentence pairs in the dataset. See: Cloud Translation API Reference for translate.projects.locations.datasets.examples.list.

  5. module Gogol.Translate.Projects.Locations.Datasets.List

    Lists datasets. See: Cloud Translation API Reference for translate.projects.locations.datasets.list.

  6. List :: [T] -> [T] -> Chunk

    iff Data.IFF

    No documentation available.

  7. list :: (a -> Encoding) -> [a] -> Encoding

    aeson Data.Aeson.Encoding

    No documentation available.

  8. list :: (a -> Encoding) -> [a] -> Encoding

    aeson Data.Aeson.Encoding.Internal

    No documentation available.

  9. list :: b -> (a -> [a] -> b) -> [a] -> b

    extra Data.List.Extra

    Non-recursive transform over a list, like maybe.

    list 1 (\v _ -> v - 2) [5,6,7] == 3
    list 1 (\v _ -> v - 2) []      == 1
    \nil cons xs -> maybe nil (uncurry cons) (uncons xs) == list nil cons xs
    

  10. list :: IsList f g as bs => Iso f g (HList as) (HList bs)

    generic-lens Data.Generics.Product.HList

    No documentation available.

Page 8 of many | Previous | Next