Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Conversion of LaTeX documents to PDF.
-
A utility library with parsers used in pandoc readers.
-
pandoc Text.Pandoc.Parsing The abstract data type ParseError represents parse errors. It provides the source position (SourcePos) of the error and a list of error messages (Message). A ParseError can be returned by the function parse. ParseError is an instance of the Show and Eq classes.
type
Parsec s u = ParsecT s u Identitypandoc Text.Pandoc.Parsing No documentation available.
data
ParsecT s u (m :: Type -> Type) apandoc Text.Pandoc.Parsing ParserT monad transformer and Parser type ParsecT s u m a is a parser with stream type s, user state type u, underlying monad m and return type a. Parsec is strict in the user state. If this is undesirable, simply use a data type like data Box a = Box a and the state type Box YourStateType to add a level of indirection.
-
pandoc Text.Pandoc.Parsing No documentation available.
-
pandoc Text.Pandoc.Parsing Parsing options.
-
pandoc Text.Pandoc.Parsing No documentation available.
-
ByteString variant of readProcessWithExitCode.
module Text.Pandoc.Readers.
Pod Conversion of Pod to Pandoc documents