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.

  1. setWidth :: Maybe Int -> FormatOptions -> FormatOptions

    yaml Data.Yaml.Builder

    Set the maximum number of columns in the YAML output, or Nothing for infinite. By default, the limit is 80 characters.

  2. setConfCompare :: (Text -> Text -> Ordering) -> Config -> Config

    yaml Data.Yaml.Pretty

    Sets ordering for object keys

  3. setConfDropNull :: Bool -> Config -> Config

    yaml Data.Yaml.Pretty

    Drop entries with Null value from objects, if set to True

  4. setEntityDBName :: EntityNameDB -> EntityDef -> EntityDef

    persistent Database.Persist.EntityDef

    No documentation available.

  5. setEntityId :: FieldDef -> EntityDef -> EntityDef

    persistent Database.Persist.EntityDef

    Set an entityId to be the given FieldDef.

  6. setEntityIdDef :: EntityIdDef -> EntityDef -> EntityDef

    persistent Database.Persist.EntityDef

    No documentation available.

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

    persistent Database.Persist.FieldDef

    Replace the FieldDef FieldAttr with the new list.

  8. setImplicitIdDefMaxLen :: Integer -> ImplicitIdDef -> ImplicitIdDef

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

  9. setImplicitIdDefMaxLen :: Integer -> ImplicitIdDef -> ImplicitIdDef

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

  10. setPsIdName :: Text -> PersistSettings -> PersistSettings

    persistent Database.Persist.Quasi

    Set the default name of the id column.

Page 24 of many | Previous | Next