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. setSampled :: TraceFlags -> TraceFlags

    hs-opentelemetry-api OpenTelemetry.Trace.Core

    Set the sampled flag on the TraceFlags

  2. setStatus :: MonadIO m => Span -> SpanStatus -> m ()

    hs-opentelemetry-api OpenTelemetry.Trace.Core

    Sets the Status of the Span. If used, this will override the default Span status, which is Unset. These values form a total order: Ok > Error > Unset. This means that setting Status with StatusCode=Ok will override any prior or future attempts to set span Status with StatusCode=Error or StatusCode=Unset.

  3. setAuthors :: [Inlines] -> Pandoc -> Pandoc

    pandoc-types Text.Pandoc.Builder

    No documentation available.

  4. setDate :: Inlines -> Pandoc -> Pandoc

    pandoc-types Text.Pandoc.Builder

    No documentation available.

  5. setMeta :: (HasMeta a, ToMetaValue b) => Text -> b -> a -> a

    pandoc-types Text.Pandoc.Builder

    No documentation available.

  6. setTitle :: Inlines -> Pandoc -> Pandoc

    pandoc-types Text.Pandoc.Builder

    No documentation available.

  7. setBit :: BitOps bits => bits -> Offset Bool -> bits

    basement Basement.Bits

    set the bit at the given index

  8. setLogAction :: HasLog env msg m => LogAction m msg -> env -> env

    co-log-core Colog.Core.Class

    Sets LogAction to the given one inside the environment.

  9. setFormatter :: LogHandler a => a -> LogFormatter a -> a

    hslogger System.Log.Handler

    Set a log formatter to customize the log format for this Handler

  10. setLevel :: LogHandler a => a -> Priority -> a

    hslogger System.Log.Handler

    Sets the log level. handle will drop items beneath this level.

Page 300 of many | Previous | Next