Hoogle Search

Within Stackage Nightly 2026-06-30 (ghc-9.12.4)

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

  1. setEntityDBName :: EntityNameDB -> EntityDef -> EntityDef

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

  2. setEntityId :: FieldDef -> EntityDef -> EntityDef

    esqueleto Database.Esqueleto.Legacy

    Set an entityId to be the given FieldDef.

  3. setEntityIdDef :: EntityIdDef -> EntityDef -> EntityDef

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

  4. setFieldAttrs :: [FieldAttr] -> FieldDef -> FieldDef

    esqueleto Database.Esqueleto.Legacy

    Replace the FieldDef FieldAttr with the new list.

  5. setAmountDecimalPoint :: Maybe Char -> Amount -> Amount

    hledger-lib Hledger.Data.Amount

    Set (or clear) an amount's display decimal point.

  6. setAmountInternalPrecision :: Word8 -> Amount -> Amount

    hledger-lib Hledger.Data.Amount

    Set an amount's internal decimal precision as well as its display precision. This rounds or pads its Decimal quantity to the specified number of decimal places. Rounding is done with Data.Decimal's default roundTo function: "If the value ends in 5 then it is rounded to the nearest even value (Banker's Rounding)".

  7. setboolopt :: String -> RawOpts -> RawOpts

    hledger-lib Hledger.Data.RawOptions

    No documentation available.

  8. setopt :: String -> String -> RawOpts -> RawOpts

    hledger-lib Hledger.Data.RawOptions

    No documentation available.

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

  10. setQuantifierAll :: IsSql92AggregationSetQuantifierSyntax q => q

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

    No documentation available.

Page 65 of many | Previous | Next