Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. module Bytezap.Poke.Derived

    No documentation available.

  2. module Bytezap.Write.Derived

    No documentation available.

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

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

    ghc-lib GHC.Tc.Deriv.Utils

    No documentation available.

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

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

    gogol-dataflow Gogol.Dataflow

    No documentation available.

  7. newtype DerivedSource_DerivationMode

    gogol-dataflow Gogol.Dataflow

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

  8. DerivedSource_DerivationMode :: Text -> DerivedSource_DerivationMode

    gogol-dataflow Gogol.Dataflow

    No documentation available.

  9. pattern DerivedSource_DerivationMode_SOURCEDERIVATIONMODECHILDOFCURRENT :: DerivedSource_DerivationMode

    gogol-dataflow Gogol.Dataflow

    Produce a Source based on the Source being split.

  10. pattern DerivedSource_DerivationMode_SOURCEDERIVATIONMODEINDEPENDENT :: DerivedSource_DerivationMode

    gogol-dataflow Gogol.Dataflow

    Produce a completely independent Source with no base.

Page 85 of many | Previous | Next