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.
Percent :: Double -> Dimensionpandoc Text.Pandoc.ImageSize No documentation available.
-
pandoc Text.Pandoc.ImageSize No documentation available.
-
pandoc Text.Pandoc.ImageSize No documentation available.
ParsingUnescaped :: Text -> SourcePos -> LogMessagepandoc Text.Pandoc.Logging No documentation available.
PowerpointTemplateWarning :: Text -> LogMessagepandoc Text.Pandoc.Logging No documentation available.
-
pandoc Text.Pandoc.Options No documentation available.
-
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.