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.

  1. Percent :: Double -> Dimension

    pandoc Text.Pandoc.ImageSize

    No documentation available.

  2. Pixel :: Integer -> Dimension

    pandoc Text.Pandoc.ImageSize

    No documentation available.

  3. Png :: ImageType

    pandoc Text.Pandoc.ImageSize

    No documentation available.

  4. ParsingUnescaped :: Text -> SourcePos -> LogMessage

    pandoc Text.Pandoc.Logging

    No documentation available.

  5. PowerpointTemplateWarning :: Text -> LogMessage

    pandoc Text.Pandoc.Logging

    No documentation available.

  6. PlainMath :: HTMLMathMethod

    pandoc Text.Pandoc.Options

    No documentation available.

  7. module Text.Pandoc.PDF

    Conversion of LaTeX documents to PDF.

  8. module Text.Pandoc.Parsing

    A utility library with parsers used in pandoc readers.

  9. data ParseError

    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.

  10. type Parsec s u = ParsecT s u Identity

    pandoc Text.Pandoc.Parsing

    No documentation available.

Page 381 of many | Previous | Next