Hoogle Search

Within LTS Haskell 24.19 (ghc-9.10.3)

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

  1. newtype DerivedSource_DerivationMode

    gogol-dataflow Gogol.Dataflow

    What source to base the produced source on (if any).

  2. DerivedSource_DerivationMode :: Text -> DerivedSource_DerivationMode

    gogol-dataflow Gogol.Dataflow

    No documentation available.

  3. pattern DerivedSource_DerivationMode_SOURCEDERIVATIONMODECHILDOFCURRENT :: DerivedSource_DerivationMode

    gogol-dataflow Gogol.Dataflow

    Produce a Source based on the Source being split.

  4. pattern DerivedSource_DerivationMode_SOURCEDERIVATIONMODEINDEPENDENT :: DerivedSource_DerivationMode

    gogol-dataflow Gogol.Dataflow

    Produce a completely independent Source with no base.

  5. pattern DerivedSource_DerivationMode_SOURCEDERIVATIONMODESIBLINGOFCURRENT :: DerivedSource_DerivationMode

    gogol-dataflow Gogol.Dataflow

    Produce a Source based on the base of the Source being split.

  6. pattern DerivedSource_DerivationMode_SOURCEDERIVATIONMODEUNKNOWN :: DerivedSource_DerivationMode

    gogol-dataflow Gogol.Dataflow

    The source derivation is unknown, or unspecified.

  7. data DerivedSource

    gogol-dataflow Gogol.Dataflow.Types

    Specification of one of the bundles produced as a result of splitting a Source (e.g. when executing a SourceSplitRequest, or when splitting an active task using WorkItemStatus.dynamicsourcesplit), relative to the source being split. See: newDerivedSource smart constructor.

  8. DerivedSource :: Maybe DerivedSource_DerivationMode -> Maybe Source -> DerivedSource

    gogol-dataflow Gogol.Dataflow.Types

    No documentation available.

  9. newtype DerivedSource_DerivationMode

    gogol-dataflow Gogol.Dataflow.Types

    What source to base the produced source on (if any).

  10. DerivedSource_DerivationMode :: Text -> DerivedSource_DerivationMode

    gogol-dataflow Gogol.Dataflow.Types

    No documentation available.

Page 85 of many | Previous | Next