Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. Producer :: SpanKind

    hs-opentelemetry-api OpenTelemetry.Trace.Core

    Indicates that the span describes the parent of an asynchronous request. This parent span is expected to end before the corresponding child Producer span, possibly even before the child span starts. In messaging scenarios with batching, tracing individual messages requires a new Producer span per message to be created.

  2. data ParentBasedOptions

    hs-opentelemetry-api OpenTelemetry.Trace.Sampler

    This is a composite sampler. ParentBased helps distinguish between the following cases: No parent (root span). Remote parent (SpanContext.IsRemote() == true) with SampledFlag equals true Remote parent (SpanContext.IsRemote() == true) with SampledFlag equals false Local parent (SpanContext.IsRemote() == false) with SampledFlag equals true Local parent (SpanContext.IsRemote() == false) with SampledFlag equals false

  3. ParentBasedOptions :: Sampler -> Sampler -> Sampler -> Sampler -> Sampler -> ParentBasedOptions

    hs-opentelemetry-api OpenTelemetry.Trace.Sampler

    No documentation available.

  4. data Pandoc

    pandoc-types Text.Pandoc.Definition

    No documentation available.

  5. Pandoc :: Meta -> [Block] -> Pandoc

    pandoc-types Text.Pandoc.Definition

    No documentation available.

  6. Para :: [Inline] -> Block

    pandoc-types Text.Pandoc.Definition

    Paragraph

  7. Period :: ListNumberDelim

    pandoc-types Text.Pandoc.Definition

    No documentation available.

  8. Plain :: [Inline] -> Block

    pandoc-types Text.Pandoc.Definition

    Plain text, not a paragraph

  9. Parens :: !CommaSeparated [Expr] -> Expr

    pretty-simple Text.Pretty.Simple.Internal.Expr

    No documentation available.

  10. module Text.Pretty.Simple.Internal.Printer

    No documentation available.

Page 342 of many | Previous | Next