Hoogle Search
Within LTS Haskell 24.49 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
PandocIO :: ExceptT PandocError (StateT CommonState IO) a -> PandocIO apandoc Text.Pandoc.Class No documentation available.
-
pandoc Text.Pandoc.Class The PandocMonad typeclass contains all the potentially IO-related functions used in pandoc's readers and writers. Instances of this typeclass may implement these functions in IO (as in PandocIO) or using an internal state that represents a file system, time, and so on (as in PandocPure).
-
pandoc Text.Pandoc.Class No documentation available.
PandocPure :: ExceptT PandocError (StateT CommonState (State PureState)) a -> PandocPure apandoc Text.Pandoc.Class No documentation available.
-
pandoc Text.Pandoc.Class The PureState contains ersatz representations of things that would normally be obtained through IO.
-
pandoc Text.Pandoc.Class No documentation available.
PandocAppError :: Text -> PandocErrorpandoc Text.Pandoc.Error No documentation available.
PandocBibliographyError :: Text -> Text -> PandocErrorpandoc Text.Pandoc.Error No documentation available.
PandocCiteprocError :: CiteprocError -> PandocErrorpandoc Text.Pandoc.Error No documentation available.
PandocCouldNotFindDataFileError :: Text -> PandocErrorpandoc Text.Pandoc.Error No documentation available.