Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. PrintHighlightStyle :: Maybe FilePath -> Text -> OptInfo

    pandoc Text.Pandoc.App

    No documentation available.

  2. newtype PathTemplate

    pandoc Text.Pandoc.Chunks

    A PathTemplate is a FilePath in which certain codes will be substituted with information from a Chunk. %n will be replaced with the chunk number (padded with leading 0s to 3 digits), %s with the section number of the heading, %h with the (stringified) heading text, %i with the section identifier. For example, "section-%s-%i.html" might be resolved to "section-1.2-introduction.html".

  3. PathTemplate :: Text -> PathTemplate

    pandoc Text.Pandoc.Chunks

    No documentation available.

  4. newtype PandocIO a

    pandoc Text.Pandoc.Class

    No documentation available.

  5. PandocIO :: ExceptT PandocError (StateT CommonState IO) a -> PandocIO a

    pandoc Text.Pandoc.Class

    No documentation available.

  6. class (Functor m, Applicative m, Monad m, MonadError PandocError m) => PandocMonad (m :: Type -> Type)

    pandoc Text.Pandoc.Class

    The PandocMonad typeclass contains all the potentially IO-related functions used in pandoc's readers and writers. Instances of this typeclass may implement these functions in IO (as in PandocIO) or using an internal state that represents a file system, time, and so on (as in PandocPure).

  7. newtype PandocPure a

    pandoc Text.Pandoc.Class

    No documentation available.

  8. PandocPure :: ExceptT PandocError (StateT CommonState (State PureState)) a -> PandocPure a

    pandoc Text.Pandoc.Class

    No documentation available.

  9. data PureState

    pandoc Text.Pandoc.Class

    The PureState contains ersatz representations of things that would normally be obtained through IO.

  10. PureState :: StdGen -> [Word8] -> [Int] -> [(Text, Text)] -> UTCTime -> TimeZone -> Archive -> Archive -> Archive -> FileTree -> ByteString -> FileTree -> FileTree -> PureState

    pandoc Text.Pandoc.Class

    No documentation available.

Page 374 of many | Previous | Next