Hoogle Search

Within LTS Haskell 24.48 (ghc-9.10.3)

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

  1. class PathMultiPiece s

    path-pieces Web.PathPieces

    No documentation available.

  2. class PathPiece s

    path-pieces Web.PathPieces

    No documentation available.

  3. PipelineAbort :: ExecStatus

    postgresql-simple Database.PostgreSQL.Simple

    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.

  4. PipelineSync :: ExecStatus

    postgresql-simple Database.PostgreSQL.Simple

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

  5. Plain :: ByteString -> ArrayFormat

    postgresql-simple Database.PostgreSQL.Simple.Arrays

    No documentation available.

  6. data PGRange a

    postgresql-simple Database.PostgreSQL.Simple.Range

    Generic range type

  7. PGRange :: !RangeBound a -> !RangeBound a -> PGRange a

    postgresql-simple Database.PostgreSQL.Simple.Range

    No documentation available.

  8. PosInfinity :: RangeBound a

    postgresql-simple Database.PostgreSQL.Simple.Range

    No documentation available.

  9. PosInfinity :: Unbounded a

    postgresql-simple Database.PostgreSQL.Simple.Time

    No documentation available.

  10. Plain :: Builder -> Action

    postgresql-simple Database.PostgreSQL.Simple.ToField

    Render without escaping or quoting. Use for non-text types such as numbers, when you are certain that they will not introduce formatting vulnerabilities via use of characters such as spaces or "'".

Page 269 of many | Previous | Next