Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setColor :: Uniquable k => k -> color -> Graph k cls color -> Graph k cls colorghc GHC.Data.Graph.Ops Set the color of a certain node
setEnv :: env' -> IOEnv env' a -> IOEnv env aghc GHC.Data.IOEnv Perform a computation with a different environment
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.
setPsQuotedArgumentErrorLevel :: Maybe ParserErrorLevel -> PersistSettings -> PersistSettingspersistent Database.Persist.Quasi Set the severity of the error generated when the parser encounters a quoted entity field attribute. If set to Nothing, quoted arguments are permitted in both entity field definitions and directives.