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. setNoFollowExternal :: MarkdownSettings -> MarkdownSettings

    markdown Text.Markdown

    For external links, add the rel="nofollow" attribute

  2. setHListElem :: ContainsType a c => a -> HList c -> HList c

    multistate Data.HList.ContainsType

    No documentation available.

  3. setLRUCapacity :: LRUCacheRef k v -> Int -> IO ()

    network-control Network.Control

    Setting capacity of the LRU cache.

  4. setParent :: TraceId -> SpanId -> Span -> Span

    opentelemetry-extra OpenTelemetry.EventlogStreaming_Internal

    No documentation available.

  5. setSpanId :: SpanId -> Span -> Span

    opentelemetry-extra OpenTelemetry.EventlogStreaming_Internal

    No documentation available.

  6. setTag :: ToTagValue v => TagName -> v -> Span -> Span

    opentelemetry-extra OpenTelemetry.EventlogStreaming_Internal

    No documentation available.

  7. setTraceId :: TraceId -> Span -> Span

    opentelemetry-extra OpenTelemetry.EventlogStreaming_Internal

    No documentation available.

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

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

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

Page 726 of many | Previous | Next