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.
setSampled :: TraceFlags -> TraceFlagshs-opentelemetry-api OpenTelemetry.Trace.Core Set the sampled flag on the TraceFlags
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.
setAuthors :: [Inlines] -> Pandoc -> Pandocpandoc-types Text.Pandoc.Builder No documentation available.
setDate :: Inlines -> Pandoc -> Pandocpandoc-types Text.Pandoc.Builder No documentation available.
setMeta :: (HasMeta a, ToMetaValue b) => Text -> b -> a -> apandoc-types Text.Pandoc.Builder No documentation available.
setTitle :: Inlines -> Pandoc -> Pandocpandoc-types Text.Pandoc.Builder No documentation available.
setBit :: BitOps bits => bits -> Offset Bool -> bitsbasement Basement.Bits set the bit at the given index
setLogAction :: HasLog env msg m => LogAction m msg -> env -> envco-log-core Colog.Core.Class Sets LogAction to the given one inside the environment.
setFormatter :: LogHandler a => a -> LogFormatter a -> ahslogger System.Log.Handler Set a log formatter to customize the log format for this Handler
setLevel :: LogHandler a => a -> Priority -> ahslogger System.Log.Handler Sets the log level. handle will drop items beneath this level.