Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. parseTimeRFC2822 :: TextualMonoid t => t -> Maybe ZonedTime

    timerep Data.Time.RFC2822

    No documentation available.

  2. parseTimeRFC3339 :: TextualMonoid t => t -> Maybe ZonedTime

    timerep Data.Time.RFC3339

    No documentation available.

  3. parseTimeRFC822 :: TextualMonoid t => t -> Maybe ZonedTime

    timerep Data.Time.RFC822

    No documentation available.

  4. type BeamSqlBackendSetQuantifierSyntax be = Sql92SelectTableSetQuantifierSyntax BeamSqlBackendSelectTableSyntax be

    beam-core Database.Beam.Backend.SQL

    No documentation available.

  5. selectOffset :: Select -> Maybe Integer

    beam-core Database.Beam.Backend.SQL.AST

    No documentation available.

  6. onConflictUpdateSet :: (BeamHasInsertOnConflict be, Beamable table) => (forall s . () => table (QField s) -> table (QExpr be s) -> QAssignment be s) -> SqlConflictAction be table

    beam-core Database.Beam.Backend.SQL.BeamExtensions

    No documentation available.

  7. onConflictUpdateSetWhere :: (BeamHasInsertOnConflict be, Beamable table) => (forall s . () => table (QField s) -> table (QExpr be s) -> QAssignment be s) -> (forall s . () => table (QField s) -> table (QExpr be s) -> QExpr be s Bool) -> SqlConflictAction be table

    beam-core Database.Beam.Backend.SQL.BeamExtensions

    No documentation available.

  8. class IsSql92AggregationSetQuantifierSyntax q

    beam-core Database.Beam.Backend.SQL.SQL92

    No documentation available.

  9. offsetMaybe_ :: forall s a be (db :: (Type -> Type) -> Type) . (Projectible be a, ThreadRewritable (QNested s) a) => Maybe Integer -> Q be db (QNested s) a -> Q be db s (WithRewrittenThread (QNested s) s a)

    beam-core Database.Beam.Query

    Conditionally drop the first offset results.

  10. offset_ :: forall s a be (db :: (Type -> Type) -> Type) . (Projectible be a, ThreadRewritable (QNested s) a) => Integer -> Q be db (QNested s) a -> Q be db s (WithRewrittenThread (QNested s) s a)

    beam-core Database.Beam.Query

    Drop the first offset results. See also offsetMaybe_ to conditionally apply an offset

Page 134 of many | Previous | Next