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.

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

    pandoc Text.Pandoc.Class

    Set the user data directory in common state.

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

    pandoc Text.Pandoc.Class

    Set the verbosity level.

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

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

    pandoc Text.Pandoc.Parsing

    No documentation available.

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

  6. setSourceColumn :: SourcePos -> Column -> SourcePos

    pandoc Text.Pandoc.Parsing

    Set the column number of a source position.

  7. setSourceLine :: SourcePos -> Line -> SourcePos

    pandoc Text.Pandoc.Parsing

    Set the line number of a source position.

  8. setSourceName :: SourcePos -> SourceName -> SourcePos

    pandoc Text.Pandoc.Parsing

    Set the name of the source.

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

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

Page 313 of many | Previous | Next