Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. buildMessageSet :: FieldSet -> Builder

    proto-lens Data.ProtoLens.Encoding.Wire

    No documentation available.

  2. parseFieldSet :: Parser FieldSet

    proto-lens Data.ProtoLens.Encoding.Wire

    No documentation available.

  3. parseMessageSetTaggedValueFromWire :: Word64 -> Parser TaggedValue

    proto-lens Data.ProtoLens.Encoding.Wire

    No documentation available.

  4. parseTaggedValueFromWire :: Word64 -> Parser TaggedValue

    proto-lens Data.ProtoLens.Encoding.Wire

    No documentation available.

  5. type FieldSet = [TaggedValue]

    proto-lens Data.ProtoLens.Message

    No documentation available.

  6. reset :: Statement -> IO ()

    sqlite-simple Database.SQLite.Simple

    Resets a statement. This does not reset bound parameters, if any, but allows the statement to be reexecuted again by invoking nextRow.

  7. type BeamSqlBackendSetQuantifierSyntax be = Sql92SelectTableSetQuantifierSyntax BeamSqlBackendSelectTableSyntax be

    beam-core Database.Beam.Backend.SQL

    No documentation available.

  8. selectOffset :: Select -> Maybe Integer

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

    No documentation available.

  9. 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.

  10. 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.

Page 123 of many | Previous | Next