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.
setNoCheckCertificate :: PandocMonad m => Bool -> m ()pandoc Text.Pandoc.Class Determine whether certificate validation is disabled
setOutputFile :: PandocMonad m => Maybe FilePath -> m ()pandoc Text.Pandoc.Class Set the output filename.
setRequestHeader :: PandocMonad m => Text -> Text -> m ()pandoc Text.Pandoc.Class Set request header to use in HTTP requests.
setResourcePath :: PandocMonad m => [FilePath] -> m ()pandoc Text.Pandoc.Class Set the resource path searched by fetchItem.
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.
setUserDataDir :: PandocMonad m => Maybe FilePath -> m ()pandoc Text.Pandoc.Class Set the user data directory in common state.
setVerbosity :: PandocMonad m => Verbosity -> m ()pandoc Text.Pandoc.Class Set the verbosity level.
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.
setLastStrPos :: HasLastStrPosition st => Maybe SourcePos -> st -> stpandoc Text.Pandoc.Parsing No documentation available.
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.