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. DuplicateNoteReference :: Text -> SourcePos -> LogMessage

    pandoc Text.Pandoc.Logging

    No documentation available.

  2. stateInNote :: ParserState -> Bool

    pandoc Text.Pandoc.Parsing

    True if parsing note contents

  3. stateNoteNumber :: ParserState -> Int

    pandoc Text.Pandoc.Parsing

    Last note number for citations

  4. stateNoteRefs :: ParserState -> Set Text

    pandoc Text.Pandoc.Parsing

    List of note references used

  5. stateNotes :: ParserState -> NoteTable

    pandoc Text.Pandoc.Parsing

    List of notes (raw bodies)

  6. stateNotes' :: ParserState -> NoteTable'

    pandoc Text.Pandoc.Parsing

    List of notes (parsed bodies)

  7. readEndNoteXML :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandoc

    pandoc Text.Pandoc.Readers

    Read EndNote XML from an input string and return a Pandoc document. The document will have only metadata, with an empty body. The metadata will contain a references field with the bibliography entries, and a nocite field with the wildcard `[@*]`.

  8. module Text.Pandoc.Readers.EndNote

    Parses EndNote XML bibliographies into a Pandoc document with empty body and references and nocite fields in the metadata. A wildcard nocite is used so that if the document is rendered in another format, the entire bibliography will be printed.

  9. readEndNoteXML :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandoc

    pandoc Text.Pandoc.Readers.EndNote

    Read EndNote XML from an input string and return a Pandoc document. The document will have only metadata, with an empty body. The metadata will contain a references field with the bibliography entries, and a nocite field with the wildcard `[@*]`.

  10. readEndNoteXMLCitation :: PandocMonad m => Text -> m (Citation Text)

    pandoc Text.Pandoc.Readers.EndNote

    No documentation available.

Page 119 of many | Previous | Next