Hoogle Search

Within Stackage Nightly 2026-06-30 (ghc-9.12.4)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setComponents :: ProgressMeter -> [Progress] -> IO ()

    MissingH Data.Progress.Meter

    Adjust the list of components of this ProgressMeter.

  2. setWidth :: ProgressMeter -> Int -> IO ()

    MissingH Data.Progress.Meter

    Adjusts the width of this ProgressMeter.

  3. setP :: Progress -> Integer -> IO ()

    MissingH Data.Progress.Tracker

    Set the completed unit count in the Progress object to the specified value. Unlike incrP, this function sets the count to a specific value, rather than adding to the existing value. If this value exceeds the total, then the total will also be raised to match this value so that the completed count never exceeds teh total.

  4. setP' :: Progress -> Integer -> IO ()

    MissingH Data.Progress.Tracker

    Like setP, but never modify the total.

  5. setTotal :: Progress -> Integer -> IO ()

    MissingH Data.Progress.Tracker

    Set the total unit count in the Progress object to the specified value. Like incrTotal, this would rarely be needed.

  6. setBackendSpecificForeignKeyCascadeDefault :: CascadeAction -> BackendSpecificOverrides -> BackendSpecificOverrides

    esqueleto Database.Esqueleto

    Set the backend's default cascade action.

  7. setBackendSpecificForeignKeyName :: (EntityNameDB -> FieldNameDB -> ConstraintNameDB) -> BackendSpecificOverrides -> BackendSpecificOverrides

    esqueleto Database.Esqueleto

    Set the backend's foreign key generation function to this value.

  8. setEntityDBName :: EntityNameDB -> EntityDef -> EntityDef

    esqueleto Database.Esqueleto

    No documentation available.

  9. setEntityId :: FieldDef -> EntityDef -> EntityDef

    esqueleto Database.Esqueleto

    Set an entityId to be the given FieldDef.

  10. setEntityIdDef :: EntityIdDef -> EntityDef -> EntityDef

    esqueleto Database.Esqueleto

    No documentation available.

Page 63 of many | Previous | Next