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. data ParsecT s u (m :: Type -> Type) a

    pandoc 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.

  2. data ParserContext

    pandoc Text.Pandoc.Parsing

    No documentation available.

  3. data ParserState

    pandoc Text.Pandoc.Parsing

    Parsing options.

  4. ParserState :: ReaderOptions -> ParserContext -> QuoteContext -> Bool -> Bool -> Maybe SourcePos -> KeyTable -> KeyTable -> SubstTable -> NoteTable -> NoteTable' -> Set Text -> Bool -> Int -> Meta -> Future ParserState Meta -> Map Text Text -> [HeaderType] -> Set Text -> Int -> Map Text Int -> Map Text Macro -> Text -> Maybe Text -> Map Text (Text, Maybe Text, Attr) -> Maybe Inlines -> Maybe Text -> Int -> [Text] -> [LogMessage] -> Bool -> ParserState

    pandoc Text.Pandoc.Parsing

    No documentation available.

  5. module Text.Pandoc.Process

    ByteString variant of readProcessWithExitCode.

  6. module Text.Pandoc.Readers.Pod

    Conversion of Pod to Pandoc documents

  7. Page :: Term

    pandoc Text.Pandoc.Translations.Types

    No documentation available.

  8. Part :: Term

    pandoc Text.Pandoc.Translations.Types

    No documentation available.

  9. Preface :: Term

    pandoc Text.Pandoc.Translations.Types

    No documentation available.

  10. Proof :: Term

    pandoc Text.Pandoc.Translations.Types

    No documentation available.

Page 382 of many | Previous | Next