Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. setNoCheckCertificate :: PandocMonad m => Bool -> m ()

    pandoc Text.Pandoc.Class

    Determine whether certificate validation is disabled

  2. setOutputFile :: PandocMonad m => Maybe FilePath -> m ()

    pandoc Text.Pandoc.Class

    Set the output filename.

  3. setRequestHeader :: PandocMonad m => Text -> Text -> m ()

    pandoc Text.Pandoc.Class

    Set request header to use in HTTP requests.

  4. setResourcePath :: PandocMonad m => [FilePath] -> m ()

    pandoc Text.Pandoc.Class

    Set the resource path searched by fetchItem.

  5. setTrace :: PandocMonad m => Bool -> m ()

    pandoc Text.Pandoc.Class

    Determine whether tracing is enabled. This affects the behavior of trace. If tracing is not enabled, trace does nothing.

  6. setUserDataDir :: PandocMonad m => Maybe FilePath -> m ()

    pandoc Text.Pandoc.Class

    Set the user data directory in common state.

  7. setVerbosity :: PandocMonad m => Verbosity -> m ()

    pandoc Text.Pandoc.Class

    Set the verbosity level.

  8. setInput :: forall (m :: Type -> Type) s u . Monad m => s -> ParsecT s u m ()

    pandoc Text.Pandoc.Parsing

    setInput input continues parsing with input. The getInput and setInput functions can for example be used to deal with #include files.

  9. setLastStrPos :: HasLastStrPosition st => Maybe SourcePos -> st -> st

    pandoc Text.Pandoc.Parsing

    No documentation available.

  10. setPosition :: forall (m :: Type -> Type) s u . Monad m => SourcePos -> ParsecT s u m ()

    pandoc Text.Pandoc.Parsing

    setPosition pos sets the current source position to pos.

Page 312 of many | Previous | Next