Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
list :: Functor m => m [Doc] -> m Docgraphviz Data.GraphViz.Printing The document (list xs) comma separates the documents xs and encloses them in square brackets. The documents are rendered horizontally if that fits the page. Otherwise they are aligned vertically. All comma separators are put in front of the elements.
list :: ListLike full a => b -> (a -> full -> b) -> full -> bListLike Data.ListLike.Utils List-like destructor (like Data.Maybe.maybe)