Hoogle Search

Within LTS Haskell 24.27 (ghc-9.10.3)

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

  1. data DerivEnv

    ghc-lib GHC.Tc.Deriv.Utils

    Contains all of the information known about a derived instance when determining what its EarlyDerivSpec should be. See Note [DerivEnv and DerivSpecMechanism].

  2. DerivEnv :: Maybe OverlapMode -> [TyVar] -> Class -> [Type] -> DerivContext -> SkolemInfo -> Maybe (DerivStrategy GhcTc) -> Maybe (WarningTxt GhcRn) -> DerivEnv

    ghc-lib GHC.Tc.Deriv.Utils

    No documentation available.

  3. data DerivedSource

    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.

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

    gogol-dataflow Gogol.Dataflow

    No documentation available.

  5. newtype DerivedSource_DerivationMode

    gogol-dataflow Gogol.Dataflow

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

  6. DerivedSource_DerivationMode :: Text -> DerivedSource_DerivationMode

    gogol-dataflow Gogol.Dataflow

    No documentation available.

  7. pattern DerivedSource_DerivationMode_SOURCEDERIVATIONMODECHILDOFCURRENT :: DerivedSource_DerivationMode

    gogol-dataflow Gogol.Dataflow

    Produce a Source based on the Source being split.

  8. pattern DerivedSource_DerivationMode_SOURCEDERIVATIONMODEINDEPENDENT :: DerivedSource_DerivationMode

    gogol-dataflow Gogol.Dataflow

    Produce a completely independent Source with no base.

  9. pattern DerivedSource_DerivationMode_SOURCEDERIVATIONMODESIBLINGOFCURRENT :: DerivedSource_DerivationMode

    gogol-dataflow Gogol.Dataflow

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

  10. pattern DerivedSource_DerivationMode_SOURCEDERIVATIONMODEUNKNOWN :: DerivedSource_DerivationMode

    gogol-dataflow Gogol.Dataflow

    The source derivation is unknown, or unspecified.

Page 85 of many | Previous | Next