Hoogle Search

Within Stackage Nightly 2025-09-26 (ghc-9.12.2)

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

  1. setboolopt :: String -> RawOpts -> RawOpts

    hledger-lib Hledger.Data.RawOptions

    No documentation available.

  2. setopt :: String -> String -> RawOpts -> RawOpts

    hledger-lib Hledger.Data.RawOptions

    No documentation available.

  3. setTrace :: Connection -> Maybe (Text -> IO ()) -> IO ()

    sqlite-simple Database.SQLite.Simple

    http://www.sqlite.org/c3ref/profile.html Enable/disable tracing of SQL execution. Tracing can be disabled by setting Nothing as the logger callback. Warning: If the logger callback throws an exception, your whole program may crash. Enable only for debugging!

  4. setScalarStyle :: (Scalar -> Either String (Tag, ScalarStyle, Text)) -> SchemaEncoder -> SchemaEncoder

    HsYAML Data.YAML.Schema

    Set the Scalar style in the encoded YAML. This is a function that decides for each Scalar the type of YAML string to output. WARNING: You must ensure that special strings (like "true"/"false"/"null"/"1234") are not encoded with the Plain style, because then they will be decoded as boolean, null or numeric values. You can use isAmbiguous to detect them. NOTE: For different SchemaResolvers, different strings are ambiguous. For example, "true" is not ambiguous for failsafeSchemaResolver.

  5. setQuantifierAll :: IsSql92AggregationSetQuantifierSyntax q => q

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

    No documentation available.

  6. setQuantifierDistinct :: IsSql92AggregationSetQuantifierSyntax q => q

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

    No documentation available.

  7. setFieldsTo :: forall table be (table' :: (Type -> Type) -> Type) . Table table => (forall s . () => table (QExpr be s)) -> table (QFieldAssignment be table')

    beam-core Database.Beam.Query

    No documentation available.

  8. setEntityName :: forall be entity (db :: (Type -> Type) -> Type) . IsDatabaseEntity be entity => Text -> EntityModification (DatabaseEntity be db) be entity

    beam-core Database.Beam.Schema

    Change the entity name without consulting the beam-assigned one

  9. setEntityName :: forall be entity (db :: (Type -> Type) -> Type) . IsDatabaseEntity be entity => Text -> EntityModification (DatabaseEntity be db) be entity

    beam-core Database.Beam.Schema.Tables

    Change the entity name without consulting the beam-assigned one

  10. setEntitySchema :: forall be entity (db :: (Type -> Type) -> Type) . IsDatabaseEntity be entity => Maybe Text -> EntityModification (DatabaseEntity be db) be entity

    beam-core Database.Beam.Schema.Tables

    No documentation available.

Page 48 of many | Previous | Next