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. PandocIO :: ExceptT PandocError (StateT CommonState IO) a -> PandocIO a

    pandoc Text.Pandoc.Class

    No documentation available.

  2. 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).

  3. newtype PandocPure a

    pandoc Text.Pandoc.Class

    No documentation available.

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

    pandoc Text.Pandoc.Class

    No documentation available.

  5. data PureState

    pandoc Text.Pandoc.Class

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

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

    pandoc Text.Pandoc.Class

    No documentation available.

  7. PandocAppError :: Text -> PandocError

    pandoc Text.Pandoc.Error

    No documentation available.

  8. PandocBibliographyError :: Text -> Text -> PandocError

    pandoc Text.Pandoc.Error

    No documentation available.

  9. PandocCiteprocError :: CiteprocError -> PandocError

    pandoc Text.Pandoc.Error

    No documentation available.

  10. PandocCouldNotFindDataFileError :: Text -> PandocError

    pandoc Text.Pandoc.Error

    No documentation available.

Page 377 of many | Previous | Next