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.
module Text.Pandoc.Writers.
Powerpoint Conversion of Pandoc documents to powerpoint (pptx).
-
No documentation available.
Pass :: forall (m :: Type -> Type) o a . m (o -> o, a) -> Writer o m apolysemy Polysemy.Internal.Writer Run the given action and apply the function it returns to the log.
Pass :: forall (m :: Type -> Type) o a . m (o -> o, a) -> Writer o m apolysemy Polysemy.Writer Run the given action and apply the function it returns to the log.
-
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.
PipelineAborted :: PipelineStatuspostgresql-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.
-
postgresql-libpq Database.PostgreSQL.LibPQ The Connection is not in pipeline mode.
-
postgresql-libpq Database.PostgreSQL.LibPQ The Connection is in pipeline mode.
-
postgresql-libpq Database.PostgreSQL.LibPQ No documentation available.
-
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.