Hoogle Search
Within LTS Haskell 24.18 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setWidth :: Maybe Int -> FormatOptions -> FormatOptionsyaml Data.Yaml.Builder Set the maximum number of columns in the YAML output, or Nothing for infinite. By default, the limit is 80 characters.
setConfCompare :: (Text -> Text -> Ordering) -> Config -> Configyaml Data.Yaml.Pretty Sets ordering for object keys
setConfDropNull :: Bool -> Config -> Configyaml Data.Yaml.Pretty setEntityDBName :: EntityNameDB -> EntityDef -> EntityDefpersistent Database.Persist.EntityDef No documentation available.
setEntityId :: FieldDef -> EntityDef -> EntityDefpersistent Database.Persist.EntityDef setEntityIdDef :: EntityIdDef -> EntityDef -> EntityDefpersistent Database.Persist.EntityDef No documentation available.
setFieldAttrs :: [FieldAttr] -> FieldDef -> FieldDefpersistent Database.Persist.FieldDef setImplicitIdDefMaxLen :: Integer -> ImplicitIdDef -> ImplicitIdDefpersistent Database.Persist.ImplicitIdDef Set the maximum length of the implied ID column. This is required for any type where the associated SqlType is a TEXT or VARCHAR sort of thing.
setImplicitIdDefMaxLen :: Integer -> ImplicitIdDef -> ImplicitIdDefpersistent Database.Persist.ImplicitIdDef.Internal Set the maximum length of the implied ID column. This is required for any type where the associated SqlType is a TEXT or VARCHAR sort of thing.
setPsIdName :: Text -> PersistSettings -> PersistSettingspersistent Database.Persist.Quasi Set the default name of the id column.