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.

  1. module Gogol.SQLAdmin.Sql.Databases.List

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

  2. 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.

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

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

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

    iff Data.IFF

    No documentation available.

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

    aeson Data.Aeson.Encoding

    No documentation available.

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

    aeson Data.Aeson.Encoding.Internal

    No documentation available.

  7. 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
    

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

    generic-lens Data.Generics.Product.HList

    No documentation available.

  9. list :: Functor m => m [Doc] -> m Doc

    graphviz 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.

  10. list :: ListLike full a => b -> (a -> full -> b) -> full -> b

    ListLike Data.ListLike.Utils

    List-like destructor (like Data.Maybe.maybe)

Page 8 of many | Previous | Next