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.
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.
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.
module Gogol.SQLAdmin.Sql.Databases.
List Lists databases in the specified Cloud SQL instance. See: Cloud SQL Admin API Reference for sql.databases.list.
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.
module Gogol.Translate.Projects.Locations.Datasets.
List Lists datasets. See: Cloud Translation API Reference for translate.projects.locations.datasets.list.
-
iff Data.IFF No documentation available.
list :: (a -> Encoding) -> [a] -> Encodingaeson Data.Aeson.Encoding No documentation available.
list :: (a -> Encoding) -> [a] -> Encodingaeson Data.Aeson.Encoding.Internal No documentation available.
list :: b -> (a -> [a] -> b) -> [a] -> bextra 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
list :: IsList f g as bs => Iso f g (HList as) (HList bs)generic-lens Data.Generics.Product.HList No documentation available.