Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
setSourceColumn :: SourcePos -> Column -> SourcePospandoc Text.Pandoc.Parsing Set the column number of a source position.
setSourceLine :: SourcePos -> Line -> SourcePospandoc Text.Pandoc.Parsing Set the line number of a source position.
setSourceName :: SourcePos -> SourceName -> SourcePospandoc Text.Pandoc.Parsing Set the name of the source.
setState :: forall (m :: Type -> Type) u s . Monad m => u -> ParsecT s u m ()pandoc Text.Pandoc.Parsing An alias for putState for backwards compatibility.
setTranslations :: PandocMonad m => Lang -> m ()pandoc Text.Pandoc.Translations Select the language to use with translateTerm. Note that this does not read a translation file; that is only done the first time translateTerm is used.