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.
setNoFollowExternal :: MarkdownSettings -> MarkdownSettingsmarkdown Text.Markdown For external links, add the rel="nofollow" attribute
setHListElem :: ContainsType a c => a -> HList c -> HList cmultistate Data.HList.ContainsType No documentation available.
setLRUCapacity :: LRUCacheRef k v -> Int -> IO ()network-control Network.Control Setting capacity of the LRU cache.
setParent :: TraceId -> SpanId -> Span -> Spanopentelemetry-extra OpenTelemetry.EventlogStreaming_Internal No documentation available.
setSpanId :: SpanId -> Span -> Spanopentelemetry-extra OpenTelemetry.EventlogStreaming_Internal No documentation available.
setTag :: ToTagValue v => TagName -> v -> Span -> Spanopentelemetry-extra OpenTelemetry.EventlogStreaming_Internal No documentation available.
setTraceId :: TraceId -> Span -> Spanopentelemetry-extra OpenTelemetry.EventlogStreaming_Internal No documentation available.
setInput :: forall (m :: Type -> Type) s u . Monad m => s -> ParsecT s u m ()parsec-class Text.Parsec.Class setInput input continues parsing with input. The getInput and setInput functions can for example be used to deal with #include files.
setParserState :: forall (m :: Type -> Type) s u . Monad m => State s u -> ParsecT s u m (State s u)parsec-class Text.Parsec.Class setParserState st set the full parser state to st.
setPosition :: forall (m :: Type -> Type) s u . Monad m => SourcePos -> ParsecT s u m ()parsec-class Text.Parsec.Class setPosition pos sets the current source position to pos.