Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. Ext_xrefs_number :: Extension

    pandoc Text.Pandoc.Extensions

    Use xrefs with numbers

  2. writerNumberOffset :: WriterOptions -> [Int]

    pandoc Text.Pandoc.Options

    Starting number for section, subsection, ...

  3. writerNumberSections :: WriterOptions -> Bool

    pandoc Text.Pandoc.Options

    Number sections in LaTeX

  4. romanNumeral :: forall s (m :: Type -> Type) st . (Stream s m Char, UpdateSourcePos s Char) => Bool -> ParsecT s st m Int

    pandoc Text.Pandoc.Parsing

    Parses a roman numeral (uppercase or lowercase), returns number.

  5. stateNoteNumber :: ParserState -> Int

    pandoc Text.Pandoc.Parsing

    Last note number for citations

  6. toRomanNumeral :: Int -> Text

    pandoc Text.Pandoc.Shared

    Convert number < 4000 to uppercase roman numeral.

  7. alphaNum :: forall (m :: Type -> Type) s u . (Monad m, Stream s m Char, UpdateSourcePos s Char) => ParsecT s u m Char

    pandoc Text.Pandoc.Sources

    No documentation available.

  8. newtype ColNumber

    pandoc Text.Pandoc.Writers.AnnotatedTable

    The column number of a cell, meaning the column number of the first column that the cell spans, if the table were laid on a grid. Columns are numbered starting from zero.

  9. ColNumber :: Int -> ColNumber

    pandoc Text.Pandoc.Writers.AnnotatedTable

    No documentation available.

  10. newtype RowNumber

    pandoc Text.Pandoc.Writers.AnnotatedTable

    The row number of a row. Note that rows are numbered continuously from zero from the start of the table, so the first row in a table body, for instance, may have a large RowNumber.

Page 235 of many | Previous | Next