Hoogle Search
Within Stackage Nightly 2026-06-22 (ghc-9.12.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setTrace :: Connection -> Maybe (Text -> IO ()) -> IO ()sqlite-simple Database.SQLite.Simple http://www.sqlite.org/c3ref/profile.html Enable/disable tracing of SQL execution. Tracing can be disabled by setting Nothing as the logger callback. Warning: If the logger callback throws an exception, your whole program may crash. Enable only for debugging!
setComponents :: ProgressMeter -> [Progress] -> IO ()MissingH Data.Progress.Meter Adjust the list of components of this ProgressMeter.
setWidth :: ProgressMeter -> Int -> IO ()MissingH Data.Progress.Meter Adjusts the width of this ProgressMeter.
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.
setP' :: Progress -> Integer -> IO ()MissingH Data.Progress.Tracker Like setP, but never modify the total.
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.
-
esqueleto Database.Esqueleto Set the backend's default cascade action.
-
esqueleto Database.Esqueleto Set the backend's foreign key generation function to this value.
setEntityDBName :: EntityNameDB -> EntityDef -> EntityDefesqueleto Database.Esqueleto No documentation available.
setEntityId :: FieldDef -> EntityDef -> EntityDefesqueleto Database.Esqueleto