Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gogol-dataflow Gogol.Dataflow 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.
DerivedSource :: Maybe DerivedSource_DerivationMode -> Maybe Source -> DerivedSourcegogol-dataflow Gogol.Dataflow No documentation available.
newtype
DerivedSource_DerivationMode gogol-dataflow Gogol.Dataflow What source to base the produced source on (if any).
DerivedSource_DerivationMode :: Text -> DerivedSource_DerivationModegogol-dataflow Gogol.Dataflow No documentation available.
-
gogol-dataflow Gogol.Dataflow Produce a Source based on the Source being split.
pattern
DerivedSource_DerivationMode_SOURCEDERIVATIONMODEINDEPENDENT :: DerivedSource_DerivationModegogol-dataflow Gogol.Dataflow Produce a completely independent Source with no base.
-
gogol-dataflow Gogol.Dataflow Produce a Source based on the base of the Source being split.
pattern
DerivedSource_DerivationMode_SOURCEDERIVATIONMODEUNKNOWN :: DerivedSource_DerivationModegogol-dataflow Gogol.Dataflow The source derivation is unknown, or unspecified.
-
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.
DerivedSource :: Maybe DerivedSource_DerivationMode -> Maybe Source -> DerivedSourcegogol-dataflow Gogol.Dataflow.Types No documentation available.