Hoogle Search
Within Stackage Nightly 2026-07-01 (ghc-9.12.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setFieldAttrs :: [FieldAttr] -> FieldDef -> FieldDefesqueleto Database.Esqueleto.Experimental -
esqueleto Database.Esqueleto.Internal.Internal No documentation available.
-
esqueleto Database.Esqueleto.Legacy Set the backend's default cascade action.
-
esqueleto Database.Esqueleto.Legacy Set the backend's foreign key generation function to this value.
setEntityDBName :: EntityNameDB -> EntityDef -> EntityDefesqueleto Database.Esqueleto.Legacy No documentation available.
setEntityId :: FieldDef -> EntityDef -> EntityDefesqueleto Database.Esqueleto.Legacy setEntityIdDef :: EntityIdDef -> EntityDef -> EntityDefesqueleto Database.Esqueleto.Legacy No documentation available.
setFieldAttrs :: [FieldAttr] -> FieldDef -> FieldDefesqueleto Database.Esqueleto.Legacy setAmountDecimalPoint :: Maybe Char -> Amount -> Amounthledger-lib Hledger.Data.Amount Set (or clear) an amount's display decimal point.
setAmountInternalPrecision :: Word8 -> Amount -> Amounthledger-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)".