Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. module Data.RangeSet.List

    A trivial implementation of range sets. This module is intended to be imported qualified, to avoid name clashes with Prelude functions, e.g.

    import Data.RangeSet.List (RSet)
    import qualified Data.RangeSet.List as RSet
    
    The implementation of RSet is based on list. Compared to Set, this module imposes also Enum restriction for many functions. We must be able to identify consecutive elements to be able to glue and split ranges properly. The implementation assumes that
    x < succ x
    pred x < x
    
    and there aren't elements in between (not true for Float and Double). Also succ and pred are never called for largest or smallest value respectively.

  2. module Data.TypeMap.Internal.List

    No documentation available.

  3. module Data.TypeMap.List

    No documentation available.

  4. module Gogol.Admin.DataTransfer.Applications.List

    Lists the applications available for data transfer for a customer. See: Admin SDK API Reference for datatransfer.applications.list.

  5. module Gogol.Admin.DataTransfer.Transfers.List

    Lists the transfers for a customer by source user, destination user, or status. See: Admin SDK API Reference for datatransfer.transfers.list.

  6. module Gogol.BigQuery.Datasets.List

    Lists all datasets in the specified project to which the user has been granted the READER dataset role. See: BigQuery API Reference for bigquery.datasets.list.

  7. module Gogol.Dataflow.Projects.Jobs.List

    List the jobs of a project. To list the jobs of a project in a region, we recommend using projects.locations.jobs.list with a regional endpoint. To list the all jobs across all regions, use projects.jobs.aggregated. Using projects.jobs.list is not recommended, because you can only get the list of jobs that are running in us-central1. projects.locations.jobs.list and projects.jobs.list support filtering the list of jobs by name. Filtering by name isn't supported by projects.jobs.aggregated. See: Dataflow API Reference for dataflow.projects.jobs.list.

  8. module Gogol.Dataflow.Projects.Jobs.Messages.List

    Request the job status. To request the status of a job, we recommend using projects.locations.jobs.messages.list with a regional endpoint. Using projects.jobs.messages.list is not recommended, as you can only request the status of jobs that are running in us-central1. See: Dataflow API Reference for dataflow.projects.jobs.messages.list.

  9. module Gogol.Dataflow.Projects.Locations.Jobs.List

    List the jobs of a project. To list the jobs of a project in a region, we recommend using projects.locations.jobs.list with a regional endpoint. To list the all jobs across all regions, use projects.jobs.aggregated. Using projects.jobs.list is not recommended, because you can only get the list of jobs that are running in us-central1. projects.locations.jobs.list and projects.jobs.list support filtering the list of jobs by name. Filtering by name isn't supported by projects.jobs.aggregated. See: Dataflow API Reference for dataflow.projects.locations.jobs.list.

  10. module Gogol.Dataflow.Projects.Locations.Jobs.Messages.List

    Request the job status. To request the status of a job, we recommend using projects.locations.jobs.messages.list with a regional endpoint. Using projects.jobs.messages.list is not recommended, as you can only request the status of jobs that are running in us-central1. See: Dataflow API Reference for dataflow.projects.locations.jobs.messages.list.

Page 5 of many | Previous | Next