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.

  1. setColor :: Uniquable k => k -> color -> Graph k cls color -> Graph k cls color

    ghc GHC.Data.Graph.Ops

    Set the color of a certain node

  2. setEnv :: env' -> IOEnv env' a -> IOEnv env a

    ghc GHC.Data.IOEnv

    Perform a computation with a different environment

  3. setEntityDBName :: EntityNameDB -> EntityDef -> EntityDef

    persistent Database.Persist.EntityDef

    No documentation available.

  4. setEntityId :: FieldDef -> EntityDef -> EntityDef

    persistent Database.Persist.EntityDef

    Set an entityId to be the given FieldDef.

  5. setEntityIdDef :: EntityIdDef -> EntityDef -> EntityDef

    persistent Database.Persist.EntityDef

    No documentation available.

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

    persistent Database.Persist.FieldDef

    Replace the FieldDef FieldAttr with the new list.

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

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

  9. setPsIdName :: Text -> PersistSettings -> PersistSettings

    persistent Database.Persist.Quasi

    Set the default name of the id column.

  10. setPsQuotedArgumentErrorLevel :: Maybe ParserErrorLevel -> PersistSettings -> PersistSettings

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

Page 26 of many | Previous | Next