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. module Text.Pandoc.Writers.Powerpoint

    Conversion of Pandoc documents to powerpoint (pptx).

  2. module Polysemy

    No documentation available.

  3. Pass :: forall (m :: Type -> Type) o a . m (o -> o, a) -> Writer o m a

    polysemy Polysemy.Internal.Writer

    Run the given action and apply the function it returns to the log.

  4. Pass :: forall (m :: Type -> Type) o a . m (o -> o, a) -> Writer o m a

    polysemy Polysemy.Writer

    Run the given action and apply the function it returns to the log.

  5. PipelineAbort :: ExecStatus

    postgresql-libpq Database.PostgreSQL.LibPQ

    The Result represents a pipeline that has received an error from the server. getResult must be called repeatedly, and each time it will return this status code until the end of the current pipeline, at which point it will return PipelineSync and normal processing can resume.

  6. PipelineAborted :: PipelineStatus

    postgresql-libpq Database.PostgreSQL.LibPQ

    The Connection is in pipeline mode and an error occurred while processing the current pipeline. The aborted flag is cleared when getResult returns a result with status PipelineSync.

  7. PipelineOff :: PipelineStatus

    postgresql-libpq Database.PostgreSQL.LibPQ

    The Connection is not in pipeline mode.

  8. PipelineOn :: PipelineStatus

    postgresql-libpq Database.PostgreSQL.LibPQ

    The Connection is in pipeline mode.

  9. data PipelineStatus

    postgresql-libpq Database.PostgreSQL.LibPQ

    No documentation available.

  10. PipelineSync :: ExecStatus

    postgresql-libpq Database.PostgreSQL.LibPQ

    The Result represents a synchronization point in pipeline mode, requested by pipelineSync. This status occurs only when pipeline mode has been selected.

Page 383 of many | Previous | Next